[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 12:48:48 PDT 2013


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





--- Comment #7 from Darin Adler <darin at apple.com>  2013-04-11 12:47:03 PST ---
(From update of attachment 197650)
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.

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