| 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 2dd224491619a6eb16daa9985701b6c4d84fe410..666cdf35b5ccfda519d15df5bb7c3e109b14b3a2 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);
|
|
|