| 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 b86e860b013fb22e514199a18758b8e7046c0cbc..3d49274c0a978c0e7799194ae4cefa29a01c1d76 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;
|
| + HTMLTreeBuilder* treeBuilder() const { return m_treeBuilder.get(); }
|
|
|
| void forcePlaintextForTextDocument();
|
|
|
|
|