| 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 59746a8f77c77dd79aa87f87c2f70c2fa4318b84..d88bbc570ad08075815c56a4a565d8fb8964694c 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -212,6 +212,8 @@ public:
|
| bool hasGrammarMarker(Document*, int from, int length);
|
| void setContinuousSpellCheckingEnabled(bool);
|
|
|
| + void setMockHyphenation(const AtomicString& locale);
|
| +
|
| bool isOverwriteModeEnabled(Document*);
|
| void toggleOverwriteModeEnabled(Document*);
|
|
|
|
|