[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf

hausmann at webkit.org hausmann at webkit.org
Wed Jan 6 00:22:21 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 0238443fa3e6f328a6e7a1ab722175579cbde8da
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