[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

paroga at webkit.org paroga at webkit.org
Sun Feb 20 23:40:16 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 58e54645bd07151d2f36b5c92fa52c87315a0713
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 23 22:57:22 2011 +0000

    2011-01-23  Patrick Gansterer  <paroga at webkit.org>
    
            Reviewed by David Kilzer.
    
            Fix comment in String::ascii()
            https://bugs.webkit.org/show_bug.cgi?id=52980
    
            * wtf/text/WTFString.cpp:
            (WTF::String::ascii):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76471 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index 2932720..817195b 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -2,6 +2,16 @@
 
         Reviewed by David Kilzer.
 
+        Fix comment in String::ascii()
+        https://bugs.webkit.org/show_bug.cgi?id=52980
+
+        * wtf/text/WTFString.cpp:
+        (WTF::String::ascii):
+
+2011-01-23  Patrick Gansterer  <paroga at webkit.org>
+
+        Reviewed by David Kilzer.
+
         Add String::containsOnlyLatin1()
         https://bugs.webkit.org/show_bug.cgi?id=52979
 
diff --git a/Source/JavaScriptCore/wtf/text/WTFString.cpp b/Source/JavaScriptCore/wtf/text/WTFString.cpp
index 4b6ff75..b9b4e74 100644
--- a/Source/JavaScriptCore/wtf/text/WTFString.cpp
+++ b/Source/JavaScriptCore/wtf/text/WTFString.cpp
@@ -637,7 +637,7 @@ void String::split(UChar separator, Vector<String>& result) const
 
 CString String::ascii() const
 {
-    // Basic Latin1 (ISO) encoding - Unicode characters 0..255 are
+    // Printable ASCII characters 32..127 and the null character are
     // preserved, characters outside of this range are converted to '?'.
 
     unsigned length = this->length();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list