[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

tonikitoo at webkit.org tonikitoo at webkit.org
Wed Dec 22 16:33:59 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4e29a088a914dd3abaef2f8b4aa96b70126344cd
Author: tonikitoo at webkit.org <tonikitoo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 25 20:33:26 2010 +0000

    2010-11-25  Antonio Gomes  <agomes at rim.com>
    
            Unreviewed build fix for GTK+ when --release and -no-video are passed to build-webkit
    
            Build problem with --gtk --no-video
            https://bugs.webkit.org/show_bug.cgi?id=50003
    
            Patch suggested by Philippe Normand  <pnormand at igalia.com>.
    
            * WebCoreSupport/ChromeClientGtk.cpp:
            * webkit/webkitprivate.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72745 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp b/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp
index 3ceff66..c2b6a3d 100644
--- a/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp
+++ b/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp
@@ -26,6 +26,7 @@
 
 #include "Console.h"
 #include "DumpRenderTreeSupportGtk.h"
+#include "Element.h"
 #include "FileSystem.h"
 #include "FileChooser.h"
 #include "FloatRect.h"
diff --git a/WebKit/gtk/webkit/webkitprivate.cpp b/WebKit/gtk/webkit/webkitprivate.cpp
index b359cb1..4ec6362 100644
--- a/WebKit/gtk/webkit/webkitprivate.cpp
+++ b/WebKit/gtk/webkit/webkitprivate.cpp
@@ -24,6 +24,7 @@
 #include "ApplicationCacheStorage.h"
 #include "Chrome.h"
 #include "ChromeClientGtk.h"
+#include "Element.h"
 #include "Frame.h"
 #include "FrameLoader.h"
 #include "FrameLoaderClientGtk.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list