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

alex at webkit.org alex at webkit.org
Wed Dec 22 15:43:48 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 41ca806b441df53f5804ad60119644702ef5cf69
Author: alex at webkit.org <alex at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 11 09:44:45 2010 +0000

    2010-11-11  Alejandro G. Castro  <alex at igalia.com>
    
            Reviewed by Nikolas Zimmermann.
    
            Fixed WebKitGTK gtk3 compilation.
    
            * platform/gtk/WidgetRenderingContextGtk3.cpp:
            (WebCore::WidgetRenderingContext::WidgetRenderingContext):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71801 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index bb8d995..e3d7d2b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-11-11  Alejandro G. Castro  <alex at igalia.com>
+
+        Reviewed by Nikolas Zimmermann.
+
+        Fixed WebKitGTK gtk3 compilation.
+
+        * platform/gtk/WidgetRenderingContextGtk3.cpp:
+        (WebCore::WidgetRenderingContext::WidgetRenderingContext):
+
 2010-11-11  Dan Bernstein  <mitz at apple.com>
 
         Reverted r71975:71976. That change was wrong, and the tests caught it.
diff --git a/WebCore/platform/gtk/WidgetRenderingContextGtk3.cpp b/WebCore/platform/gtk/WidgetRenderingContextGtk3.cpp
index 1665785..e5f1823 100644
--- a/WebCore/platform/gtk/WidgetRenderingContextGtk3.cpp
+++ b/WebCore/platform/gtk/WidgetRenderingContextGtk3.cpp
@@ -28,8 +28,8 @@
 
 namespace WebCore {
 
-WidgetRenderingContext::WidgetRenderingContext(GraphicsContext* graphicsContext, const IntRect& targetRect)
-    : m_graphicsContext(graphicsContext)
+WidgetRenderingContext::WidgetRenderingContext(GraphicsContext* context, const IntRect& targetRect)
+    : m_graphicsContext(context)
     , m_targetRect(targetRect)
     , m_paintRect(targetRect)
     , m_hadError(false)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list