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 357b56a94539c2fa7ccde7484dc95bc82d66f25d..ea9952dd5ea765062b89aa149ef88e9930bcdb52 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h |
@@ -109,11 +109,12 @@ class HTMLConstructionSite final { |
WTF_MAKE_NONCOPYABLE(HTMLConstructionSite); |
DISALLOW_NEW(); |
public: |
- HTMLConstructionSite(Document*, ParserContentPolicy); |
- HTMLConstructionSite(DocumentFragment*, ParserContentPolicy); |
+ HTMLConstructionSite(Document&, ParserContentPolicy); |
~HTMLConstructionSite(); |
DECLARE_TRACE(); |
+ void initFragmentParsing(DocumentFragment*); |
+ |
void detach(); |
// executeQueuedTasks empties the queue but does not flush pending text. |