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

aroben at apple.com aroben at apple.com
Thu Apr 8 00:42:28 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit a58852d7f09d544d3fa589d31797a717de5d739f
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 18 18:35:27 2009 +0000

    GTK build fix
    
    * plugins/gtk/PluginViewGtk.cpp: Added #include.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52322 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 0546a15..2febe41 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2009-12-18  Adam Roben  <aroben at apple.com>
 
+        GTK build fix
+
+        * plugins/gtk/PluginViewGtk.cpp: Added #include.
+
+2009-12-18  Adam Roben  <aroben at apple.com>
+
         Chromium build fix
 
         * platform/chromium/PopupMenuChromium.cpp: Added #include.
diff --git a/WebCore/plugins/gtk/PluginViewGtk.cpp b/WebCore/plugins/gtk/PluginViewGtk.cpp
index 6ea9417..33acb69 100644
--- a/WebCore/plugins/gtk/PluginViewGtk.cpp
+++ b/WebCore/plugins/gtk/PluginViewGtk.cpp
@@ -36,9 +36,10 @@
 #include "Frame.h"
 #include "FrameView.h"
 #include "GraphicsContext.h"
-#include "Image.h"
 #include "HTMLNames.h"
 #include "HTMLPlugInElement.h"
+#include "HostWindow.h"
+#include "Image.h"
 #include "KeyboardEvent.h"
 #include "MouseEvent.h"
 #include "Page.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list