| 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 b36d5e2e67e3eeed271df40b8475ff8a03f07832..8bec34e2ebc247a85ced1aae05b41656a50a7edc 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -163,6 +163,8 @@
|
| boolean hasGrammarMarker(Document document, long from, long length);
|
| void setContinuousSpellCheckingEnabled(boolean enabled);
|
|
|
| + void setMockHyphenation(DOMString locale);
|
| +
|
| boolean isOverwriteModeEnabled(Document document);
|
| void toggleOverwriteModeEnabled(Document document);
|
|
|
|
|