| 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 ed35f73dc5c49c77c1e8d2e8e3a2bcfbc8133103..0e2e2a72ad10c0f62b94944d930c07aab1829431 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -162,9 +162,11 @@
|
| unsigned long topPadding, unsigned long rightPadding, unsigned long bottomPadding, unsigned long leftPadding,
|
| boolean ignoreClipping, boolean allowChildFrameContent);
|
|
|
| + void setSpellingMarker(Document document);
|
| boolean hasSpellingMarker(Document document, long from, long length);
|
| boolean hasGrammarMarker(Document document, long from, long length);
|
| void setSpellCheckingEnabled(boolean enabled);
|
| + void replaceMisspelled(Document document, DOMString replacement);
|
|
|
| bool canHyphenate(DOMString locale);
|
| void setMockHyphenation(DOMString locale);
|
|
|