[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

oliver at apple.com oliver at apple.com
Wed Dec 22 13:18:23 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit cf4cc3589c44e6790042a46b809dbf09287272f7
Author: oliver at apple.com <oliver at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 10 20:28:19 2010 +0000

    Qt build fix.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67225 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index feb3ab1..cb60768 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-10  Oliver Hunt  <oliver at apple.com>
+
+        Qt build fix.
+
+        * bindings/js/SerializedScriptValue.cpp:
+        (WebCore::CloneDeserializer::deserialize):
+
 2010-09-10  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Darin Adler.
diff --git a/WebCore/bindings/js/SerializedScriptValue.cpp b/WebCore/bindings/js/SerializedScriptValue.cpp
index 2146632..8ce3a58 100644
--- a/WebCore/bindings/js/SerializedScriptValue.cpp
+++ b/WebCore/bindings/js/SerializedScriptValue.cpp
@@ -1211,7 +1211,7 @@ JSValue CloneDeserializer::deserialize()
                 tickCount = ticksUntilNextCheck();
             }
 
-            CachedString* cachedString;
+            CachedString* cachedString = 0;
             bool wasTerminator = false;
             if (!readStringData(cachedString, wasTerminator)) {
                 if (!wasTerminator)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list