[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 09:16:36 PDT 2012


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





--- Comment #6 from Michael Saboff <msaboff at apple.com>  2012-10-04 09:17:02 PST ---
(In reply to comment #5)
> (From update of attachment 166963 [details])
> 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?

That change is likely the cause of your problem.  I filed https://bugs.webkit.org/show_bug.cgi?id=98417 "After r130344, OpaqueJSString() creates a empty string which should be a null string".  Will fix this today.

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