| Index: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled.html b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled.html
|
| index a6d58d0f3ae655d9179a2a452a8af80a8d16ee85..7d5855db2767acea6befad0fff000b43e02f6e7c 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled.html
|
| @@ -32,7 +32,7 @@ steps = [
|
| function() {
|
| window.getSelection().selectAllChildren(srcNode);
|
| document.execCommand('Copy');
|
| - internals.setContinuousSpellCheckingEnabled(false);
|
| + internals.setSpellCheckingEnabled(false);
|
| document.execCommand('Paste');
|
| }
|
| ];
|
|
|