Index: Source/core/html/HTMLHeadElement.h |
diff --git a/Source/core/html/HTMLHeadElement.h b/Source/core/html/HTMLHeadElement.h |
index 54c7fe852740e279bc98935ef7a895f9e3bb6030..8819ecbb74778d712660f3015ccddcc275f98f0c 100644 |
--- a/Source/core/html/HTMLHeadElement.h |
+++ b/Source/core/html/HTMLHeadElement.h |
@@ -30,11 +30,11 @@ namespace WebCore { |
class HTMLHeadElement FINAL : public HTMLElement { |
public: |
- static PassRefPtr<HTMLHeadElement> create(Document*); |
- static PassRefPtr<HTMLHeadElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<HTMLHeadElement> create(Document&); |
+ static PassRefPtr<HTMLHeadElement> create(const QualifiedName&, Document&); |
private: |
- HTMLHeadElement(const QualifiedName&, Document*); |
+ HTMLHeadElement(const QualifiedName&, Document&); |
}; |
} // namespace |