[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:57 UTC 2010


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

    Fix Win build bustage.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66580 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/WebFrame.cpp b/WebKit/win/WebFrame.cpp
index b1ab81c..d12989b 100644
--- a/WebKit/win/WebFrame.cpp
+++ b/WebKit/win/WebFrame.cpp
@@ -373,7 +373,7 @@ HRESULT STDMETHODCALLTYPE WebFrame::paintScrollViewRectToContextAtPoint(
         return E_FAIL;
 
     // We can't paint with a layout still pending.
-    view->layoutIfNeededRecursive();
+    view->updateLayoutAndStyleIfNeededRecursive();
 
     HDC dc = reinterpret_cast<HDC>(static_cast<ULONG64>(deviceContext));
     GraphicsContext gc(dc);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list