Index: Source/core/html/HTMLPlugInElement.h |
diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h |
index 92ed0f2590add51fe88e4b59ddd54df900f21da1..e999a0e25488a22ebfe382a232d74a86e22565c7 100644 |
--- a/Source/core/html/HTMLPlugInElement.h |
+++ b/Source/core/html/HTMLPlugInElement.h |
@@ -61,7 +61,6 @@ protected: |
// Node functions: |
virtual void didMoveToNewDocument(Document& oldDocument) OVERRIDE; |
- virtual bool dispatchBeforeLoadEvent(const String& sourceURL) OVERRIDE FINAL; |
// Element functions: |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
@@ -132,7 +131,6 @@ private: |
mutable RefPtr<SharedPersistent<v8::Object> > m_pluginWrapper; |
NPObject* m_NPObject; |
bool m_isCapturingMouseEvents; |
- bool m_inBeforeLoadEventHandler; |
bool m_needsWidgetUpdate; |
bool m_shouldPreferPlugInsForImages; |
DisplayState m_displayState; |