Index: Source/core/html/HTMLSummaryElement.h |
diff --git a/Source/core/html/HTMLSummaryElement.h b/Source/core/html/HTMLSummaryElement.h |
index ac4dc7e516be238d538fbc9f7b77f245160dc911..67a1fe1d91144ea6cdaa58bcdd08482603c32456 100644 |
--- a/Source/core/html/HTMLSummaryElement.h |
+++ b/Source/core/html/HTMLSummaryElement.h |
@@ -29,12 +29,12 @@ class HTMLDetailsElement; |
class HTMLSummaryElement FINAL : public HTMLElement { |
public: |
- static PassRefPtr<HTMLSummaryElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<HTMLSummaryElement> create(const QualifiedName&, Document&); |
bool isMainSummary() const; |
virtual bool willRespondToMouseClickEvents() OVERRIDE; |
private: |
- HTMLSummaryElement(const QualifiedName&, Document*); |
+ HTMLSummaryElement(const QualifiedName&, Document&); |
virtual RenderObject* createRenderer(RenderStyle*); |
virtual void defaultEventHandler(Event*); |