| Index: third_party/WebKit/LayoutTests/fast/dom/Text/normalize-crash-in-spell-checker.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Text/normalize-crash-in-spell-checker.html b/third_party/WebKit/LayoutTests/fast/dom/Text/normalize-crash-in-spell-checker.html
|
| index 7d4e4b929a8b1c75a6da23b2c9153b1bcaf76b07..890e6abd6adc7761a31c2e83a3891f5fae9ce07b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Text/normalize-crash-in-spell-checker.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Text/normalize-crash-in-spell-checker.html
|
| @@ -7,7 +7,7 @@ if (window.testRunner)
|
| function $(id) { return document.getElementById(id); }
|
|
|
| if (window.internals) {
|
| - internals.setContinuousSpellCheckingEnabled(true);
|
| + internals.setSpellCheckingEnabled(true);
|
| }
|
|
|
| var text1 = document.createTextNode('abc');
|
|
|