Index: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async.html |
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async.html b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async.html |
index fdfa4427f72193956c7701d9d5e9d47759d0ac16..9968a8e0a296224cc9ddc312bc85ff3fac28babf 100644 |
--- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async.html |
+++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-async.html |
@@ -21,9 +21,6 @@ description("Test for Unified Spell Checker & Async Spell Checker."); |
jsTestIsAsync = true; |
-if (window.internals) |
- internals.settings.setUnifiedTextCheckerEnabled(true); |
- |
var container = document.getElementById('container'); |
function removeChildren(node) { |
while (node.firstChild) |