[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

bweinstein at apple.com bweinstein at apple.com
Fri Feb 26 22:19:31 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 37fa65ab9c6f933eb41e7130e01243f925e37fb0
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Feb 13 21:06:22 2010 +0000

    Build fix for Windows, initialize success to false.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54755 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/html/HTMLInputElement.cpp b/WebCore/html/HTMLInputElement.cpp
index 0831363..5b9123d 100644
--- a/WebCore/html/HTMLInputElement.cpp
+++ b/WebCore/html/HTMLInputElement.cpp
@@ -1815,7 +1815,7 @@ void HTMLInputElement::setValueAsNumber(double newValue, ExceptionCode& ec)
 
 String HTMLInputElement::serializeForDateTimeTypes(double value) const
 {
-    bool success;
+    bool success = false;
     DateComponents date;
     switch (inputType()) {
     case DATE:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list