[Webkit-unassigned] [Bug 107524] [v8] Convert string conversion calls to one byte versions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 22 11:38:48 PST 2013


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





--- Comment #6 from Dan Carney <dcarney at google.com>  2013-01-22 11:40:40 PST ---
(From update of attachment 183932)
View in context: https://bugs.webkit.org/attachment.cgi?id=183932&action=review

>> Source/WebCore/bindings/v8/SerializedScriptValue.cpp:325
>> +        string->WriteOneByte(byteAt(m_position), 0, length, v8StringWriteOptions());
> 
> What'st he difference between these two calls?  (Just curious.)

WriteAscii is being removed from the v8 api after WebKit and chrome have removed it.  WriteOneByte takes a uint8_t* as the first argument to indicate that it writes Latin-1.

-- 
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