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

Unified Diff: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp

Issue 2666993006: Enable ParseHTMLOnMainThread on TOT (Closed)
Patch Set: clean up virtual test suites Created 3 years, 11 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
Index: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
index f57c4bea51d79c75ce31540ca38e95131dd33f31..f53d634d10ce4892abbf51cf5b308c5af45486f6 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -218,10 +218,6 @@ void WebRuntimeFeatures::enableMiddleClickAutoscroll(bool enable) {
RuntimeEnabledFeatures::setMiddleClickAutoscrollEnabled(enable);
}
-void WebRuntimeFeatures::enableParseHTMLOnMainThread(bool enable) {
- RuntimeEnabledFeatures::setParseHTMLOnMainThreadEnabled(enable);
-}
-
void WebRuntimeFeatures::enablePassiveDocumentEventListeners(bool enable) {
RuntimeEnabledFeatures::setPassiveDocumentEventListenersEnabled(enable);
}
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | third_party/WebKit/public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698