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

bweinstein at apple.com bweinstein at apple.com
Thu Apr 8 01:47:13 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 0baee4397a8cd5cc1760ce88982d5a78dc80590d
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