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

hyatt at apple.com hyatt at apple.com
Wed Dec 22 12:53:55 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 70dce3418ebf692f5f5c81ea60acbf177c78c604
Author: hyatt at apple.com <hyatt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 1 06:08:07 2010 +0000

    Fix Qt build bustage.  Why are these tiled backing store functions defined on Frame and not FrameView anyway? Fail.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66579 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/page/Frame.cpp b/WebCore/page/Frame.cpp
index 4628cd5..5b01220 100644
--- a/WebCore/page/Frame.cpp
+++ b/WebCore/page/Frame.cpp
@@ -1516,7 +1516,7 @@ void Frame::tiledBackingStorePaintBegin()
 {
     if (!m_view)
         return;
-    m_view->layoutIfNeededRecursive();
+    m_view->updateLayoutAndStyleIfNeededRecursive();
     m_view->flushDeferredRepaints();
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list