| 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 db352aa0869c908185b0f9c038677105725d4d47..b92839359c89da9866264f06b2cbefe92acac863 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -288,9 +288,11 @@ class Internals final : public GarbageCollectedFinalized<Internals>,
|
| bool allowChildFrameContent,
|
| ExceptionState&) const;
|
|
|
| + void setSpellingMarker(Document*);
|
| bool hasSpellingMarker(Document*, int from, int length);
|
| bool hasGrammarMarker(Document*, int from, int length);
|
| void setSpellCheckingEnabled(bool);
|
| + void replaceMisspelled(Document*, const String&);
|
|
|
| bool canHyphenate(const AtomicString& locale);
|
| void setMockHyphenation(const AtomicString& locale);
|
|
|