| Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| index 4bd762f1f1e09ed7cd8baa6f300def80ae809ae4..fb024ff3c1a340a9c61eea8371835a2f03aa5e46 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| @@ -602,6 +602,11 @@ void HTMLDocumentParser::pumpPendingSpeculations()
|
| TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "UpdateCounters", TRACE_EVENT_SCOPE_THREAD, "data", InspectorUpdateCountersEvent::data());
|
| }
|
|
|
| +HTMLTreeBuilder* HTMLDocumentParser::treeBuilder() const
|
| +{
|
| + return m_treeBuilder.get();
|
| +}
|
| +
|
| void HTMLDocumentParser::forcePlaintextForTextDocument()
|
| {
|
| if (shouldUseThreading()) {
|
|
|