Add support for calling NPObject methods
Created attachment 62873 [details] Patch
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.
Committed r64231: <http://trac.webkit.org/changeset/64231>