[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
bweinstein at apple.com
bweinstein at apple.com
Thu Dec 3 13:21:49 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit 151c65464c937cad19fd95de3120e6512d36b39a
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Oct 28 18:35:41 2009 +0000
Windows build fix, add missing #include.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50227 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/win/WebFrame.cpp b/WebKit/win/WebFrame.cpp
index 6e16de7..2f09660 100644
--- a/WebKit/win/WebFrame.cpp
+++ b/WebKit/win/WebFrame.cpp
@@ -83,6 +83,7 @@
#include <WebCore/Page.h>
#include <WebCore/PlatformKeyboardEvent.h>
#include <WebCore/PluginInfoStore.h>
+#include <WebCore/PluginDatabase.h>
#include <WebCore/PluginView.h>
#include <WebCore/ResourceHandle.h>
#include <WebCore/ResourceHandleWin.h>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list