[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 09:42:41 PST 2013


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





--- Comment #5 from Adam Barth <abarth at webkit.org>  2013-01-22 09:44:33 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->WriteAscii(buffer, 0, length, v8StringWriteOptions());
> +        string->WriteOneByte(byteAt(m_position), 0, length, v8StringWriteOptions());

What'st he difference between these two calls?  (Just curious.)

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