[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d

darin at chromium.org darin at chromium.org
Thu Dec 3 13:25:20 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit a03ecb3f6bca32e5a398c2e04eabeb6615b13ab8
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