Index: third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h b/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h |
index 812b07212b35a37ad676a5e261041698db702027..bc1f9c2aba29e15e1a948671cf61505daa459163 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h |
@@ -153,6 +153,7 @@ public: |
void insertHTMLBodyElement(AtomicHTMLToken*); |
void insertHTMLFormElement(AtomicHTMLToken*, bool isDemoted = false); |
void insertScriptElement(AtomicHTMLToken*); |
+ void insertLinkElement(AtomicHTMLToken*); |
void insertTextNode(const String&, WhitespaceMode = WhitespaceUnknown); |
void insertForeignElement(AtomicHTMLToken*, const AtomicString& namespaceURI); |