Index: Source/core/html/HTMLPlugInElement.h |
diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h |
index 1601cdb35cd9d77b3daa6d748196e5a4fe47571b..0647dfd3d2422d80829c2582f571d44aef7139ff 100644 |
--- a/Source/core/html/HTMLPlugInElement.h |
+++ b/Source/core/html/HTMLPlugInElement.h |
@@ -69,7 +69,7 @@ public: |
virtual void removeAllEventListeners() OVERRIDE FINAL; |
protected: |
- HTMLPlugInElement(const QualifiedName& tagName, Document*); |
+ HTMLPlugInElement(const QualifiedName& tagName, Document&); |
virtual void detach(const AttachContext& = AttachContext()) OVERRIDE; |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |