| Index: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-mixed-editable-long-text-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-mixed-editable-long-text-crash.html b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-mixed-editable-long-text-crash.html
|
| index bea9887dd0687a112406ceb577bc1a208f059e81..f6090e9730c76373c60ee006eedae6c73777d238 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-mixed-editable-long-text-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-mixed-editable-long-text-crash.html
|
| @@ -14,7 +14,7 @@ SpellChecker::chunkAndMarkAllMisspellingsAndBadGrammar()
|
| <script>
|
| test(function() {
|
| if (window.internals) {
|
| - internals.setContinuousSpellCheckingEnabled(true);
|
| + internals.setSpellCheckingEnabled(true);
|
| }
|
|
|
| // Make text for spell checking longer than |kChunkSize|=16*1024 defined in
|
|
|