[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

philn at webkit.org philn at webkit.org
Sun Feb 20 22:51:30 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit a7e48b10296ca88875485f5bd38ad8f6caa8ff60
Author: philn at webkit.org <philn at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 12 14:42:13 2011 +0000

    2011-01-12  Philippe Normand  <pnormand at igalia.com>
    
            Unreviewed build fix for 32-bits Release. Include GRefPtrGtk.h so
            the GdkCursor templates are found and used at runtime.
    
            * WebCoreSupport/FullscreenVideoController.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75605 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 5cae072..f744d35 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-12  Philippe Normand  <pnormand at igalia.com>
+
+        Unreviewed build fix for 32-bits Release. Include GRefPtrGtk.h so
+        the GdkCursor templates are found and used at runtime.
+
+        * WebCoreSupport/FullscreenVideoController.cpp:
+
 2011-01-11  Carlos Garcia Campos  <cgarcia at igalia.com>
 
         Reviewed by Martin Robinson.
diff --git a/WebKit/gtk/WebCoreSupport/FullscreenVideoController.cpp b/WebKit/gtk/WebCoreSupport/FullscreenVideoController.cpp
index 5653aba..ea2caa8 100644
--- a/WebKit/gtk/WebCoreSupport/FullscreenVideoController.cpp
+++ b/WebKit/gtk/WebCoreSupport/FullscreenVideoController.cpp
@@ -23,6 +23,7 @@
 
 #include "FullscreenVideoController.h"
 
+#include "GRefPtrGtk.h"
 #include "GtkVersioning.h"
 #include "MediaPlayer.h"
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list