Index: Source/core/html/parser/HTMLParserOptions.cpp |
diff --git a/Source/core/html/parser/HTMLParserOptions.cpp b/Source/core/html/parser/HTMLParserOptions.cpp |
index 494909b500a1afd66a2eaafd60d0b4a55ce3323c..ce813d4b6726f266a4ad414c60cbe299fc427a01 100644 |
--- a/Source/core/html/parser/HTMLParserOptions.cpp |
+++ b/Source/core/html/parser/HTMLParserOptions.cpp |
@@ -39,7 +39,6 @@ HTMLParserOptions::HTMLParserOptions(Document* document) |
LocalFrame* frame = document ? document->frame() : 0; |
scriptEnabled = frame && frame->script().canExecuteScripts(NotAboutToExecuteScript); |
pluginsEnabled = frame && frame->loader().allowPlugins(NotAboutToInstantiatePlugin); |
- useThreading = true; |
} |
} |