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

alex at webkit.org alex at webkit.org
Mon Feb 21 00:39:52 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit b29a3399614d6501e7911ed9d1499523655105e7
Author: alex at webkit.org <alex at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Feb 2 21:03:39 2011 +0000

    2011-02-02  Alejandro G. Castro  <alex at igalia.com>
    
            Unreviewed Gtk3 buildfix after r77286.
    
            https://bugs.webkit.org/show_bug.cgi?id=53520
            Remove the physical terminology from IntRect and FloatRect.
    
            * platform/gtk/RenderThemeGtk3.cpp:
            (WebCore::RenderThemeGtk::paintMenuList):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77405 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index c21e5ba..5701060 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2011-02-02  Alejandro G. Castro  <alex at igalia.com>
+
+        Unreviewed Gtk3 buildfix after r77286.
+
+        https://bugs.webkit.org/show_bug.cgi?id=53520
+        Remove the physical terminology from IntRect and FloatRect.
+
+        * platform/gtk/RenderThemeGtk3.cpp:
+        (WebCore::RenderThemeGtk::paintMenuList):
+
 2011-02-02  Anders Carlsson  <andersca at apple.com>
 
         Fix build.
diff --git a/Source/WebCore/platform/gtk/RenderThemeGtk3.cpp b/Source/WebCore/platform/gtk/RenderThemeGtk3.cpp
index 477060c..7fa0f04 100644
--- a/Source/WebCore/platform/gtk/RenderThemeGtk3.cpp
+++ b/Source/WebCore/platform/gtk/RenderThemeGtk3.cpp
@@ -545,7 +545,7 @@ bool RenderThemeGtk::paintMenuList(RenderObject* renderObject, const PaintInfo&
         cairo_clip(cairoContext);
         gtk_render_line(separatorStyleContext, cairoContext,
                         separatorPosition.x(), separatorPosition.y(),
-                        separatorPosition.x(), innerRect.bottom());
+                        separatorPosition.x(), innerRect.maxY());
         cairo_restore(cairoContext);
     }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list