[Webkit-unassigned] [Bug 33586] [Android] appendClassName in jni_runtime.cpp uses JSC-specific UString type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 09:51:17 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33586


Steve Block <steveblock at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |steveblock at google.com
                   |kit.org                     |
  Attachment #46471|                            |review?
               Flag|                            |




--- Comment #2 from Steve Block <steveblock at google.com>  2010-01-13 09:51:16 PST ---
Created an attachment (id=46471)
 --> (https://bugs.webkit.org/attachment.cgi?id=46471)
Patch 1 for Bug 33586

Uses WebCore::SringBuilder in place of JSC::StringBuilder.

Note that this also avoids the use of UString::ascii, which according to
UString.h, should only be used for debugging purposes.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list