Index: Source/core/html/HTMLMetaElement.h |
diff --git a/Source/core/html/HTMLMetaElement.h b/Source/core/html/HTMLMetaElement.h |
index f9255b11430cac2535f655c5e1e3b0e4b759ba33..5d16b4d85f565b8db37a48a98a3eff4da8a0c634 100644 |
--- a/Source/core/html/HTMLMetaElement.h |
+++ b/Source/core/html/HTMLMetaElement.h |
@@ -29,15 +29,15 @@ namespace WebCore { |
class HTMLMetaElement FINAL : public HTMLElement { |
public: |
- static PassRefPtr<HTMLMetaElement> create(Document*); |
- static PassRefPtr<HTMLMetaElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<HTMLMetaElement> create(Document&); |
+ static PassRefPtr<HTMLMetaElement> create(const QualifiedName&, Document&); |
String content() const; |
String httpEquiv() const; |
String name() const; |
private: |
- HTMLMetaElement(const QualifiedName&, Document*); |
+ HTMLMetaElement(const QualifiedName&, Document&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |