diff options
Diffstat (limited to 'WebCore/plugins/PluginPackage.cpp')
-rw-r--r-- | WebCore/plugins/PluginPackage.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/plugins/PluginPackage.cpp b/WebCore/plugins/PluginPackage.cpp index 8cdda24..2a65fb6 100644 --- a/WebCore/plugins/PluginPackage.cpp +++ b/WebCore/plugins/PluginPackage.cpp @@ -139,11 +139,6 @@ void PluginPackage::unloadWithoutShutdown() ASSERT(m_loadCount == 0); ASSERT(m_module); -#if defined(ANDROID_PLUGINS) - // Remove the Java object from PluginList. - unregisterPluginObject(); -#endif - // <rdar://5530519>: Crash when closing tab with pdf file (Reader 7 only) // If the plugin has subclassed its parent window, as with Reader 7, we may have // gotten here by way of the plugin's internal window proc forwarding a message to our |