| 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 21089756df88436411d2d882426c5dd373540ed3..7c3ce71a8be98fc3079dca52bf125f5be3ef7a53 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| @@ -155,8 +155,6 @@ HTMLDocumentParser::HTMLDocumentParser(Document& document,
|
| ASSERT(shouldUseThreading() || (m_token && m_tokenizer));
|
| // Threading is not allowed in prefetch mode.
|
| DCHECK(!document.isPrefetchOnly() || !shouldUseThreading());
|
| -
|
| - ThreadState::current()->registerPreFinalizer(this);
|
| }
|
|
|
| HTMLDocumentParser::~HTMLDocumentParser() {}
|
|
|