Index: Source/core/html/parser/HTMLDocumentParser.h |
diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h |
index 6e31a5398e11e4e1274fd2553f4963f18da23c89..a7c379ef8cfb806bb5a03dfdcb125684c5018952 100644 |
--- a/Source/core/html/parser/HTMLDocumentParser.h |
+++ b/Source/core/html/parser/HTMLDocumentParser.h |
@@ -168,7 +168,7 @@ private: |
void attemptToRunDeferredScriptsAndEnd(); |
void end(); |
- bool shouldUseThreading() const { return m_options.useThreading && !m_isPinnedToMainThread; } |
+ bool shouldUseThreading() const { return !m_isPinnedToMainThread; } |
bool isParsingFragment() const; |
bool isScheduledForResume() const; |