Index: Source/core/html/HTMLDialogElement.h |
diff --git a/Source/core/html/HTMLDialogElement.h b/Source/core/html/HTMLDialogElement.h |
index b871159aa1db7e8c3caa7453bbf15de6514a35b0..5e301a87fe06d8e05ddb78b285b0bfd76f472fed 100644 |
--- a/Source/core/html/HTMLDialogElement.h |
+++ b/Source/core/html/HTMLDialogElement.h |
@@ -36,7 +36,7 @@ class QualifiedName; |
class HTMLDialogElement FINAL : public HTMLElement { |
public: |
- static PassRefPtr<HTMLDialogElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<HTMLDialogElement> create(const QualifiedName&, Document&); |
void close(const String& returnValue, ExceptionState&); |
void show(); |
@@ -46,7 +46,7 @@ public: |
void setReturnValue(const String& returnValue) { m_returnValue = returnValue; } |
private: |
- HTMLDialogElement(const QualifiedName&, Document*); |
+ HTMLDialogElement(const QualifiedName&, Document&); |
virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE; |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |