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

alex at webkit.org alex at webkit.org
Wed Dec 22 18:43:14 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9d277e7829a7219bcf68e23ac7dc9d18ef3f16c4
Author: alex at webkit.org <alex at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 16 13:13:12 2010 +0000

    2010-12-16  Alejandro G. Castro  <alex at igalia.com>
    
            Unreviewed. Fix GTK3 compilation after 74129.
    
            * platform/gtk/WidgetRenderingContextGtk3.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74183 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 06f9be8..5adc469 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-16  Alejandro G. Castro  <alex at igalia.com>
+
+        Unreviewed. Fix GTK3 compilation after 74129.
+
+        * platform/gtk/WidgetRenderingContextGtk3.cpp:
+
 2010-12-16  Yury Semikhatsky  <yurys at chromium.org>
 
         Unreviewed. Fix Chromium Debug compilation after r74177 
diff --git a/WebCore/platform/gtk/WidgetRenderingContextGtk3.cpp b/WebCore/platform/gtk/WidgetRenderingContextGtk3.cpp
index 9010263..69c4af5 100644
--- a/WebCore/platform/gtk/WidgetRenderingContextGtk3.cpp
+++ b/WebCore/platform/gtk/WidgetRenderingContextGtk3.cpp
@@ -68,4 +68,6 @@ void WidgetRenderingContext::gtkPaintSlider(const IntRect& rect, GtkWidget* widg
                      detail, paintRect.x, paintRect.y, paintRect.width, paintRect.height, orientation);
 }
 
+}
+
 #endif // !GTK_API_VERSION_2

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list