Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
index 3ba0b5e6f566e5b4fe8219e8f40a57705ea320dc..1b20554f4bbfe360a9a5730179303f3a898c5c18 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
@@ -130,6 +130,7 @@ private: |
{ |
return new HTMLDocumentParser(fragment, contextElement, parserContentPolicy); |
} |
+ HTMLDocumentParser(Document&, ParserContentPolicy, ParserSynchronizationPolicy); |
// DocumentParser |
void detach() final; |