[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

darin at chromium.org darin at chromium.org
Wed Apr 7 23:19:04 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 09a27f6b65a60f984bcd06c51d38a5a295347536
Author: darin at chromium.org <darin at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 3 05:51:59 2009 +0000

    2009-11-02  Darin Fisher  <darin at chromium.org>
    
            Fixing JSC build bustage.
    
            * bindings/js/ScriptController.cpp: Added missing #include
    
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50442 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f6ea86b..b3e1347 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-02  Darin Fisher  <darin at chromium.org>
+
+        Fixing JSC build bustage.
+
+        * bindings/js/ScriptController.cpp: Added missing #include
+
 2009-10-30  Darin Fisher  <darin at chromium.org>
 
         Reviewed by Adam Barth.
diff --git a/WebCore/bindings/js/ScriptController.cpp b/WebCore/bindings/js/ScriptController.cpp
index f4f4fdd..691dbea 100644
--- a/WebCore/bindings/js/ScriptController.cpp
+++ b/WebCore/bindings/js/ScriptController.cpp
@@ -25,6 +25,7 @@
 #include "Event.h"
 #include "EventNames.h"
 #include "Frame.h"
+#include "FrameLoaderClient.h"
 #include "GCController.h"
 #include "HTMLPlugInElement.h"
 #include "InspectorTimelineAgent.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list