Index: Source/core/html/HTMLFrameElement.h |
diff --git a/Source/core/html/HTMLFrameElement.h b/Source/core/html/HTMLFrameElement.h |
index ce39fb3f308c2b21f4824464a7895fa2a3d27698..4174eb4bbf81a41d13b0baec159e61ba0e1dbd00 100644 |
--- a/Source/core/html/HTMLFrameElement.h |
+++ b/Source/core/html/HTMLFrameElement.h |
@@ -30,14 +30,14 @@ namespace WebCore { |
class HTMLFrameElement FINAL : public HTMLFrameElementBase { |
public: |
- static PassRefPtr<HTMLFrameElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<HTMLFrameElement> create(const QualifiedName&, Document&); |
bool hasFrameBorder() const { return m_frameBorder; } |
bool noResize() const; |
private: |
- HTMLFrameElement(const QualifiedName&, Document*); |
+ HTMLFrameElement(const QualifiedName&, Document&); |
virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; |