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 3d49274c0a978c0e7799194ae4cefa29a01c1d76..b86e860b013fb22e514199a18758b8e7046c0cbc 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
@@ -120,7 +120,7 @@ protected: |
HTMLDocumentParser(HTMLDocument&, bool reportErrors, ParserSynchronizationPolicy); |
HTMLDocumentParser(DocumentFragment*, Element* contextElement, ParserContentPolicy); |
- HTMLTreeBuilder* treeBuilder() const { return m_treeBuilder.get(); } |
+ HTMLTreeBuilder* treeBuilder() const; |
void forcePlaintextForTextDocument(); |