Index: Source/core/html/HTMLBaseElement.h |
diff --git a/Source/core/html/HTMLBaseElement.h b/Source/core/html/HTMLBaseElement.h |
index d8d5b45c753d1b390b6f1ab6e3cf3fbf78a5bc29..7a52c37f8f2ea3f66ee62d2223c4597193862153 100644 |
--- a/Source/core/html/HTMLBaseElement.h |
+++ b/Source/core/html/HTMLBaseElement.h |
@@ -29,13 +29,13 @@ namespace WebCore { |
class HTMLBaseElement FINAL : public HTMLElement { |
public: |
- static PassRefPtr<HTMLBaseElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<HTMLBaseElement> create(const QualifiedName&, Document&); |
KURL href() const; |
void setHref(const AtomicString&); |
private: |
- HTMLBaseElement(const QualifiedName&, Document*); |
+ HTMLBaseElement(const QualifiedName&, Document&); |
virtual String target() const; |
virtual bool isURLAttribute(const Attribute&) const OVERRIDE; |