[Webkit-unassigned] [Bug 27005] New: Build fixes when NETSCAPE_PLUGIN_API is disabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 6 14:21:38 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27005
Summary: Build fixes when NETSCAPE_PLUGIN_API is disabled
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Plug-ins
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ddkilzer at webkit.org
CC: andersca at apple.com
David Kilzer (ddkilzer) <ddkilzer at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #32322| |review?
Flag| |
Created an attachment (id=32322)
--> (https://bugs.webkit.org/attachment.cgi?id=32322)
Patch v1
Build fixes when NETSCAPE_PLUGIN_API is disabled
Reviewed by NOBODY (OOPS!).
* Plugins/WebPluginController.mm:
(-[WebPluginController destroyPlugin:]): Wrap call to
ScriptController::cleanupScriptObjectsForPlugin() in #if
ENABLE(NETSCAPE_PLUGIN_API)/#endif macro.
(-[WebPluginController destroyAllPlugins]): Ditto.
* Plugins/WebPluginDatabase.mm:
(-[WebPluginDatabase removePluginInstanceViewsFor:]): Wrap
WebBaseNetscapePluginView class checks in #if
ENABLE(NETSCAPE_PLUGIN_API)/#endif macro.
(-[WebPluginDatabase destroyAllPluginInstanceViews]): Ditto.
--
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