[webkit-reviews] review granted: [Bug 62124] Do not use NPRuntimeObjectMap in NetscapePlugin::setException when plug-in is running out of process : [Attachment 96083] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 6 07:19:05 PDT 2011


Anders Carlsson <andersca at apple.com> has granted Carlos Garcia Campos
<cgarcia at igalia.com>'s request for review:
Bug 62124: Do not use NPRuntimeObjectMap in NetscapePlugin::setException when
plug-in is running out of process
https://bugs.webkit.org/show_bug.cgi?id=62124

Attachment 96083: Patch
https://bugs.webkit.org/attachment.cgi?id=96083&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
Could you change the #ifdef to read something like:

#if ENABLE(PLUGIN_PROCESS)
// FIXME ...
#else
NPRuntimeObjectmap::setGlobalException()
#end


More information about the webkit-reviews mailing list