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

Unified Diff: PerformanceTests/Parser/html-parser-threaded.html

Issue 1308273008: Remove obsolete reference to setThreadedHTMLParser (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698