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

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 13:07:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ca18d841f04b0b8177212b139b128a7c7c7dbd15
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 7 17:10:51 2010 +0000

    2010-09-07  Martin Robinson  <mrobinson at igalia.com>
    
            Reviewed by Xan Lopez.
    
            [GTK] [REGRESSION] r66848 caused a crash in testwebview
            https://bugs.webkit.org/show_bug.cgi?id=45298
    
            No new tests as this fixes a test failure.
    
            * platform/gtk/ScrollViewGtk.cpp:
            (WebCore::ScrollView::setGtkAdjustments): Don't actually attach the
            scrollbar adjustments unless this is a main frame ScrollView. If we do
            Scrollbars will be cast incorrectly to MainFrameScrollbarGtk, causing
            a segfault.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66889 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f6f1327..0b0c3e7 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,18 @@
+2010-09-07  Martin Robinson  <mrobinson at igalia.com>
+
+        Reviewed by Xan Lopez.
+
+        [GTK] [REGRESSION] r66848 caused a crash in testwebview
+        https://bugs.webkit.org/show_bug.cgi?id=45298
+
+        No new tests as this fixes a test failure.
+
+        * platform/gtk/ScrollViewGtk.cpp:
+        (WebCore::ScrollView::setGtkAdjustments): Don't actually attach the
+        scrollbar adjustments unless this is a main frame ScrollView. If we do
+        Scrollbars will be cast incorrectly to MainFrameScrollbarGtk, causing
+        a segfault.
+
 2010-09-07  Kristian Monsen  <kristianm at google.com>
 
         Reviewed by Steve Block.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list