| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 921e6ec9dd80eb1e2d9ce5d154bec60735d2e386..c7bb15e87f33e2da942cbb8da2afe3421ea1799c 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -161,7 +161,7 @@
|
|
|
| boolean hasSpellingMarker(Document document, long from, long length);
|
| boolean hasGrammarMarker(Document document, long from, long length);
|
| - void setContinuousSpellCheckingEnabled(boolean enabled);
|
| + void setSpellCheckingEnabled(boolean enabled);
|
|
|
| bool canHyphenate(DOMString locale);
|
| void setMockHyphenation(DOMString locale);
|
|
|