[Webkit-unassigned] [Bug 114450] Default Implementation of toString for NPObject shouldn't return NPClass & NPObject address as String

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 11 22:20:42 PDT 2013


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





--- Comment #8 from Arunprasad <ArunPrasadR at nds.com>  2013-04-11 22:18:57 PST ---
(In reply to comment #7)
> (From update of attachment 197650 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=197650&action=review
> 
> > Source/WebCore/bridge/c/c_instance.cpp:285
> > +    return jsString(exec, "NPObject");
> 
> This should be calling jsNontrivialString rather than jsString.

jsNontrivialString(exec, String(ASCIILiteral("NPObject")) is ok?

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