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

barraclough at apple.com barraclough at apple.com
Wed Dec 22 11:56:30 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5267b18826b39e2643e95fe03aa457a4c9f837e8
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 11 21:45:39 2010 +0000

    Rubber stamp by sam weinig
    
    Touch a file to stop the bot rolling a bit change out!
    
    * runtime/UString.cpp:
    (JSC::UString::ascii):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65186 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 082efc9..1fdcef1 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-11  Gavin Barraclough  <barraclough at apple.com>
+
+        Rubber stamp by sam weinig
+
+        Touch a file to stop the bot rolling a bit change out!
+
+        * runtime/UString.cpp:
+        (JSC::UString::ascii):
+
 2010-08-11  Kevin Ollivier  <kevino at theolliviers.com>
 
         [wx] Build fix for wx and WebDOM bindings, add CString classes to the list of forwards.
diff --git a/JavaScriptCore/runtime/UString.cpp b/JavaScriptCore/runtime/UString.cpp
index 32305db..4d8ab9e 100644
--- a/JavaScriptCore/runtime/UString.cpp
+++ b/JavaScriptCore/runtime/UString.cpp
@@ -197,7 +197,7 @@ char* UString::ascii() const
     delete[] asciiBuffer;
     asciiBuffer = new char[neededSize];
 
-    const UChar* p = characters();
+    const UChar* p = characters(); // Don't roll me out!
     char* q = asciiBuffer;
     const UChar* limit = p + len;
     while (p != limit) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list