diff options
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/WebCore/bindings/js/ScriptController.h | 2 | ||||
| -rw-r--r-- | Source/WebCore/html/HTMLPlugInElement.h | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/Source/WebCore/bindings/js/ScriptController.h b/Source/WebCore/bindings/js/ScriptController.h index 786cf0184..fb40262a6 100644 --- a/Source/WebCore/bindings/js/ScriptController.h +++ b/Source/WebCore/bindings/js/ScriptController.h @@ -178,9 +178,7 @@ private: // This ensures they are still available when the page is restored. RefPtr<JSC::Bindings::RootObject> m_cacheableBindingRootObject; RootObjectMap m_rootObjects; -#if ENABLE(NETSCAPE_PLUGIN_API) NPObject* m_windowScriptNPObject; -#endif #if PLATFORM(MAC) RetainPtr<WebScriptObject> m_windowScriptObject; #endif diff --git a/Source/WebCore/html/HTMLPlugInElement.h b/Source/WebCore/html/HTMLPlugInElement.h index 83b9e6cf3..b5ccbb887 100644 --- a/Source/WebCore/html/HTMLPlugInElement.h +++ b/Source/WebCore/html/HTMLPlugInElement.h @@ -26,9 +26,7 @@ #include "HTMLFrameOwnerElement.h" #include "Image.h" -#if ENABLE(NETSCAPE_PLUGIN_API) struct NPObject; -#endif namespace JSC { namespace Bindings { @@ -109,9 +107,7 @@ private: virtual bool isPluginElement() const OVERRIDE; RefPtr<JSC::Bindings::Instance> m_instance; -#if ENABLE(NETSCAPE_PLUGIN_API) NPObject* m_NPObject; -#endif bool m_isCapturingMouseEvents; DisplayState m_displayState; |
