| 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 e1affa68ed69c944f793e0a8945bcc7e95a20d42..64012a1f46188957f940034b54d990d715a9a83e 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -160,6 +160,7 @@
|
| boolean ignoreClipping, boolean allowChildFrameContent);
|
|
|
| boolean hasSpellingMarker(Document document, long from, long length);
|
| + boolean hasGrammarMarker(Document document, long from, long length);
|
| void setContinuousSpellCheckingEnabled(boolean enabled);
|
|
|
| bool canHyphenate(DOMString locale);
|
|
|