[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:38:53 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 8e144fddbde408c2e2c9df552944c01e25ba7aa4
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon May 10 23:28:59 2004 +0000

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

diff --git a/WebCore/khtml/xml/dom_docimpl.cpp b/WebCore/khtml/xml/dom_docimpl.cpp
index 9bcba1b..f2f4007 100644
--- a/WebCore/khtml/xml/dom_docimpl.cpp
+++ b/WebCore/khtml/xml/dom_docimpl.cpp
@@ -1355,7 +1355,7 @@ void DocumentImpl::setParsing(bool b)
     if (m_bParsing != b) {
         m_bParsing = b;
         if (!b && haveStylesheetsLoaded() && 
-            (!ownerElement() || (ownerElement()->renderer() && !ownerElement()->renderer()->needsLayout()) && 
+            (!ownerElement() || (ownerElement()->renderer() && !ownerElement()->renderer()->needsLayout())) && 
             renderer() && renderer()->needsLayout())
             updateLayout();
     }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list