RESOLVED FIXED 43145
Add support for calling NPObject methods
https://bugs.webkit.org/show_bug.cgi?id=43145
Summary Add support for calling NPObject methods
Anders Carlsson
Reported 2010-07-28 13:44:49 PDT
Add support for calling NPObject methods
Attachments
Patch (30.71 KB, patch)
2010-07-28 13:57 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2010-07-28 13:57:47 PDT
Sam Weinig
Comment 2 2010-07-28 14:04:10 PDT
Comment on attachment 62873 [details] Patch > + if (!returnValue) > + throwError(exec, createError(exec, "Error calling method on NPObject!")); Do we need the exclamation point? Otherwise, r=me.
Anders Carlsson
Comment 3 2010-07-28 14:31:17 PDT
Note You need to log in before you can comment on or make changes to this bug.