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