[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
aroben at apple.com
aroben at apple.com
Tue Jan 5 23:53:58 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 01c100f61dd370e11eac53f17c0221c57c17881c
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