| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index 9ada88e8d88b982745452a86b6cd07ae08584847..e498138b07f72ef2281e2c80933df4710a67106f 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -210,7 +210,7 @@ public:
|
|
|
| bool hasSpellingMarker(Document*, int from, int length);
|
| bool hasGrammarMarker(Document*, int from, int length);
|
| - void setContinuousSpellCheckingEnabled(bool);
|
| + void setSpellCheckingEnabled(bool);
|
|
|
| bool canHyphenate(const AtomicString& locale);
|
| void setMockHyphenation(const AtomicString& locale);
|
|
|