[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

eric at webkit.org eric at webkit.org
Thu Oct 29 20:43:03 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit f3d94226e1d6cbceafb960eacd089937cae827f6
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Oct 11 22:34:05 2009 +0000

    2009-10-11  Lyon Chen  <lyon.chen at torchmobile.com>
    
            Reviewed by Alexey Proskuryakov.
    
            Correct the position of #endif sentence inside WebCore::Document::finishedParsing().
    
            https://bugs.webkit.org/show_bug.cgi?id=30244
    
            This change requires no test case as it fix a compiling error.
    
            * dom/Document.cpp:
            (WebCore::Document::finishedParsing):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49428 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index fabba1d..897687c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,16 @@
+2009-10-11  Lyon Chen  <lyon.chen at torchmobile.com>
+
+        Reviewed by Alexey Proskuryakov.
+
+        Correct the position of #endif sentence inside WebCore::Document::finishedParsing().
+
+        https://bugs.webkit.org/show_bug.cgi?id=30244
+
+        This change requires no test case as it fix a compiling error.
+
+        * dom/Document.cpp:
+        (WebCore::Document::finishedParsing):
+
 2009-10-11  Dominic Cooney  <dominicc at google.com>
 
         Reviewed by Adam Barth.
diff --git a/WebCore/dom/Document.cpp b/WebCore/dom/Document.cpp
index 0f4c44a..82f5bee 100644
--- a/WebCore/dom/Document.cpp
+++ b/WebCore/dom/Document.cpp
@@ -4027,8 +4027,8 @@ void Document::finishedParsing()
 
         if (InspectorController* controller = page()->inspectorController())
             controller->mainResourceFiredDOMContentEvent(f->loader()->documentLoader(), url());
-    }
 #endif
+    }
 }
 
 Vector<String> Document::formElementsState() const

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list