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

bweinstein at apple.com bweinstein at apple.com
Wed Apr 7 23:13:04 UTC 2010


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