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

eric at webkit.org eric at webkit.org
Wed Apr 7 23:23:59 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit c6460c6b4c3c523150932ae9842a45e0f11b8f3a
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 5 19:57:05 2009 +0000

    2009-11-05  Dan Kegel  <dank at chromium.org>
    
            Reviewed by Dmitri Titov.
    
            Add missing initialization for m_createdByParser.
            https://bugs.webkit.org/show_bug.cgi?id=31089
    
            Test: fast/dom/beforeload/pi-before-load.xhtml in Valgrind
    
            * dom/ProcessingInstruction.cpp:
            (WebCore::ProcessingInstruction::ProcessingInstruction):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50571 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index bbcc734..89a634f 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2009-11-05  Dan Kegel  <dank at chromium.org>
+
+        Reviewed by Dmitri Titov.
+
+        Add missing initialization for m_createdByParser.
+        https://bugs.webkit.org/show_bug.cgi?id=31089
+
+        Test: fast/dom/beforeload/pi-before-load.xhtml in Valgrind
+
+        * dom/ProcessingInstruction.cpp:
+        (WebCore::ProcessingInstruction::ProcessingInstruction):
+
 2009-11-04  Jeremy Orlow  <jorlow at chromium.org>
 
         Reviewed by Adam Barth.
diff --git a/WebCore/dom/ProcessingInstruction.cpp b/WebCore/dom/ProcessingInstruction.cpp
index 72993dd..60c5992 100644
--- a/WebCore/dom/ProcessingInstruction.cpp
+++ b/WebCore/dom/ProcessingInstruction.cpp
@@ -42,6 +42,7 @@ inline ProcessingInstruction::ProcessingInstruction(Document* document, const St
     , m_cachedSheet(0)
     , m_loading(false)
     , m_alternate(false)
+    , m_createdByParser(false)
 #if ENABLE(XSLT)
     , m_isXSL(false)
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list