[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

mitz at apple.com mitz at apple.com
Thu Apr 8 00:53:50 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit f7f9e18a1d9cc4ecdedadb5dd2d4338f2fce3540
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 4 22:09:23 2010 +0000

    Windows build fix
    
    * page/FrameView.cpp:
    (WebCore::FrameView::layout):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52759 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 52f996c..1766b22 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-01-04  Dan Bernstein  <mitz at apple.com>
+
+        Windows build fix
+
+        * page/FrameView.cpp:
+        (WebCore::FrameView::layout):
+
 2010-01-04  Gavin Barraclough  <barraclough at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/WebCore/page/FrameView.cpp b/WebCore/page/FrameView.cpp
index 7d0935e..a6ffcc5 100644
--- a/WebCore/page/FrameView.cpp
+++ b/WebCore/page/FrameView.cpp
@@ -658,7 +658,7 @@ void FrameView::layout(bool allowSubtree)
 
     pauseScheduledEvents();
 
-    bool disableLayoutState;
+    bool disableLayoutState = false;
     if (subtree) {
         RenderView* view = root->view();
         disableLayoutState = view->shouldDisableLayoutStateForSubtree(root);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list