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

hausmann at webkit.org hausmann at webkit.org
Thu Apr 8 00:54:26 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 5d880089d652bff8edb95ad87262cef051a23407
Author: hausmann at webkit.org <hausmann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 5 10:28:35 2010 +0000

    Unreviewed trivial Symbian build fix
    
    * plugins/symbian/PluginViewSymbian.cpp: Add missing HostWindow.h inclusion
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52793 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f52c441..4e2119a 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-01-05  Simon Hausmann  <simon.hausmann at nokia.com>
 
+        Unreviewed trivial Symbian build fix
+
+        * plugins/symbian/PluginViewSymbian.cpp: Add missing HostWindow.h inclusion
+
+2010-01-05  Simon Hausmann  <simon.hausmann at nokia.com>
+
         Reviewed by Tor Arne Vestbø.
 
         [Qt] Fix broken export macros in package builds.
diff --git a/WebCore/plugins/symbian/PluginViewSymbian.cpp b/WebCore/plugins/symbian/PluginViewSymbian.cpp
index 14e25b1..98d88ed 100644
--- a/WebCore/plugins/symbian/PluginViewSymbian.cpp
+++ b/WebCore/plugins/symbian/PluginViewSymbian.cpp
@@ -31,6 +31,7 @@
 #include "GraphicsContext.h"
 #include "HTMLNames.h"
 #include "HTMLPlugInElement.h"
+#include "HostWindow.h"
 #include "Image.h"
 #include "JSDOMBinding.h"
 #include "KeyboardEvent.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list