| Index: Source/core/html/HTMLLinkElement.h
|
| diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h
|
| index ed493d1af104614b99dab8c994e22b3eaa6fa92a..37737afc460ecb2b0d962f1a54146f6be44a14e9 100644
|
| --- a/Source/core/html/HTMLLinkElement.h
|
| +++ b/Source/core/html/HTMLLinkElement.h
|
| @@ -120,7 +120,7 @@ private:
|
|
|
| class HTMLLinkElement FINAL : public HTMLElement, public LinkLoaderClient {
|
| public:
|
| - static PassRefPtr<HTMLLinkElement> create(const QualifiedName&, Document*, bool createdByParser);
|
| + static PassRefPtr<HTMLLinkElement> create(const QualifiedName&, Document&, bool createdByParser);
|
| virtual ~HTMLLinkElement();
|
|
|
| KURL href() const;
|
| @@ -189,7 +189,7 @@ private:
|
| virtual void didSendDOMContentLoadedForLinkPrerender() OVERRIDE;
|
|
|
| private:
|
| - HTMLLinkElement(const QualifiedName&, Document*, bool createdByParser);
|
| + HTMLLinkElement(const QualifiedName&, Document&, bool createdByParser);
|
|
|
| RefPtr<LinkResource> m_link;
|
| LinkLoader m_linkLoader;
|
|
|