[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:03:39 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=98300
Christophe Dumez <christophe.dumez at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |christophe.dumez at intel.com
--- Comment #4 from Christophe Dumez <christophe.dumez at intel.com> 2012-10-04 00:04:04 PST ---
Hi,
This patch seems to have caused a behavior change for the following code:
JSRetainPtr<JSStringRef> response;
response.adopt(JSStringCreateWithUTF8CString(0));
String responseString = response->string();
responseString.isNull() // Used to return true, now returns false
--
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