From 64a84a20f72c5d587a5db86d45c79892a6570832 Mon Sep 17 00:00:00 2001 From: beidson Date: Mon, 9 Oct 2006 20:15:10 +0000 Subject: [PATCH] Quick layouttest fix until I make the real fix * Loader/WebFrameLoader.m: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16937 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebKit/ChangeLog | 6 ++++++ WebKit/Loader/WebFrameLoader.m | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog index db427abb466f..277f2a2fbccc 100644 --- a/WebKit/ChangeLog +++ b/WebKit/ChangeLog @@ -1,3 +1,9 @@ +2006-10-09 Brady Eidson + + Quick layouttest fix until I make the real fix + + * Loader/WebFrameLoader.m: + 2006-10-09 Maciej Stachowiak Reviewed by Darin. diff --git a/WebKit/Loader/WebFrameLoader.m b/WebKit/Loader/WebFrameLoader.m index 16c90d6b4641..7021548b0ba0 100644 --- a/WebKit/Loader/WebFrameLoader.m +++ b/WebKit/Loader/WebFrameLoader.m @@ -37,7 +37,8 @@ #import #import #import -#import +#import "WebIconDatabaseBridge.h" +//#import #import #import "WebFrameInternal.h" -- 2.36.0