| 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 6dacf2708a81f6056978aa26dca2ce1247878e7a..674cd8d6576817414eca453f31f4e756ecff62d2 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -209,6 +209,7 @@
|
| unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping, bool allowChildFrameContent, ExceptionState&) const;
|
|
|
| bool hasSpellingMarker(Document*, int from, int length);
|
| + bool hasGrammarMarker(Document*, int from, int length);
|
| void setContinuousSpellCheckingEnabled(bool);
|
|
|
| bool canHyphenate(const AtomicString& locale);
|
|
|