Index: Source/core/html/HTMLLinkElement.h |
diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h |
index 71a0cf108a9ff8ee78832fd4d479334f2ef91a32..ba8f41c47a2e65128757891f29f2a8c1061ece9a 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(Document&, bool createdByParser); |
virtual ~HTMLLinkElement(); |
KURL href() const; |
@@ -188,7 +188,7 @@ private: |
virtual void didSendDOMContentLoadedForLinkPrerender() OVERRIDE; |
private: |
- HTMLLinkElement(const QualifiedName&, Document&, bool createdByParser); |
+ HTMLLinkElement(Document&, bool createdByParser); |
RefPtr<LinkResource> m_link; |
LinkLoader m_linkLoader; |