Chromium Code Reviews| 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); |
| }; |