[Webkit-unassigned] [Bug 62124] Do not use NPRuntimeObjectMap in NetscapePlugin::setException when plug-in is running out of process

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


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


Anders Carlsson <andersca at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #96083|review?                     |review+
               Flag|                            |




--- Comment #2 from Anders Carlsson <andersca at apple.com>  2011-06-06 07:19:05 PST ---
(From update of attachment 96083)
Could you change the #ifdef to read something like:

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

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