Index: Source/core/html/HTMLFrameOwnerElement.h |
diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h |
index 2b4ec4288a4b8f72d433f5ab6e05d337835ff4fa..8a407abe9dffd50ec226d18276b31be0a269f763 100644 |
--- a/Source/core/html/HTMLFrameOwnerElement.h |
+++ b/Source/core/html/HTMLFrameOwnerElement.h |
@@ -60,7 +60,7 @@ public: |
virtual void didLoadNonEmptyDocument() { } |
protected: |
- HTMLFrameOwnerElement(const QualifiedName& tagName, Document*); |
+ HTMLFrameOwnerElement(const QualifiedName& tagName, Document&); |
void setSandboxFlags(SandboxFlags); |
bool loadOrRedirectSubframe(const KURL&, const AtomicString& frameName, bool lockBackForwardList); |