Index: Source/core/html/HTMLHeadingElement.h |
diff --git a/Source/core/html/HTMLHeadingElement.h b/Source/core/html/HTMLHeadingElement.h |
index c04bcfeda423e276ce0642f484490893a5ab0093..e99bac5867bf3bb59b776d1495a9761af1db71ab 100644 |
--- a/Source/core/html/HTMLHeadingElement.h |
+++ b/Source/core/html/HTMLHeadingElement.h |
@@ -29,10 +29,10 @@ namespace WebCore { |
class HTMLHeadingElement FINAL : public HTMLElement { |
public: |
- static PassRefPtr<HTMLHeadingElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<HTMLHeadingElement> create(const QualifiedName&, Document&); |
private: |
- HTMLHeadingElement(const QualifiedName&, Document*); |
+ HTMLHeadingElement(const QualifiedName&, Document&); |
}; |
} // namespace WebCore |