Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(597)

Unified Diff: Source/core/html/parser/HTMLParserOptions.h

Issue 657453003: delete useThreading flag as it is always true (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix webkit_unit_tests Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/parser/HTMLDocumentParser.cpp ('k') | Source/core/html/parser/HTMLParserOptions.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/HTMLParserOptions.h
diff --git a/Source/core/html/parser/HTMLParserOptions.h b/Source/core/html/parser/HTMLParserOptions.h
index 651e2bf3fa1cc2ab404c99bf80fa8700d17741fb..847c42004c7a5cceaff0185d9ba68f90eb2e08fa 100644
--- a/Source/core/html/parser/HTMLParserOptions.h
+++ b/Source/core/html/parser/HTMLParserOptions.h
@@ -34,7 +34,6 @@ class HTMLParserOptions {
public:
bool scriptEnabled;
bool pluginsEnabled;
- bool useThreading;
explicit HTMLParserOptions(Document* = 0);
};
« no previous file with comments | « Source/core/html/parser/HTMLDocumentParser.cpp ('k') | Source/core/html/parser/HTMLParserOptions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698