[Webkit-unassigned] [Bug 98300] OpaqueJSString doesn't optimally handle 8 bit strings
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 4 00:15:27 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=98300
--- Comment #5 from Christophe Dumez <christophe.dumez at intel.com> 2012-10-04 00:15:52 PST ---
(From update of attachment 166963)
View in context: https://bugs.webkit.org/attachment.cgi?id=166963&action=review
> Source/JavaScriptCore/API/OpaqueJSString.h:62
> + m_string = emptyString();
Why this? Shouldn't m_string stay null here instead of assigning an empty string to it?
--
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