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

mrowe at apple.com mrowe at apple.com
Thu Apr 8 02:13:26 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 2fc3f7ce037cc4d9295bfc606fe6d04a8c68bb53
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Mar 8 02:51:07 2010 +0000

    Gtk build fix.
    
    * platform/graphics/gtk/ImageGtk.cpp: Include SharedBuffer.h since we're using WebCore::SharedBuffer.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55650 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index fdbbab1..6a4c85b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-03-07  Mark Rowe  <mrowe at apple.com>
 
+        Gtk build fix.
+
+        * platform/graphics/gtk/ImageGtk.cpp: Include SharedBuffer.h since we're using WebCore::SharedBuffer.
+
+2010-03-07  Mark Rowe  <mrowe at apple.com>
+
         Fix builds where USE_CG_SHADING is set.
 
         * platform/graphics/cg/GradientCG.cpp: Include wtf/RetainPtr.h since WTF::RetainPtr is used when USE_CG_SHADING is set.
diff --git a/WebCore/platform/graphics/gtk/ImageGtk.cpp b/WebCore/platform/graphics/gtk/ImageGtk.cpp
index dfc0947..5be36b5 100644
--- a/WebCore/platform/graphics/gtk/ImageGtk.cpp
+++ b/WebCore/platform/graphics/gtk/ImageGtk.cpp
@@ -28,7 +28,7 @@
 #include "BitmapImage.h"
 #include "CString.h"
 #include "GOwnPtr.h"
-
+#include "SharedBuffer.h"
 #include <cairo.h>
 #include <gtk/gtk.h>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list