| Index: PerformanceTests/Parser/html-parser-threaded.html
|
| diff --git a/PerformanceTests/Parser/html-parser-threaded.html b/PerformanceTests/Parser/html-parser-threaded.html
|
| index e6f2fc575378c4ec37542a9966278e5a63db8c10..6b7fe88d1662650056b61b5677306e968abbded4 100644
|
| --- a/PerformanceTests/Parser/html-parser-threaded.html
|
| +++ b/PerformanceTests/Parser/html-parser-threaded.html
|
| @@ -2,10 +2,6 @@
|
| <body>
|
| <script src="../resources/runner.js"></script>
|
| <script>
|
| -// Use the threaded parser if available:
|
| -if (window.internals && window.internals.settings.setThreadedHTMLParser)
|
| - window.internals.settings.setThreadedHTMLParser(true);
|
| -
|
| var specURL = "resources/html5.html";
|
|
|
| var iframe = document.createElement("iframe");
|
|
|