| 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 43d7c7999604d82ae085f924838d8e71ea265818..4666e2ddccb86b1b7bc83e1c785bf7a3e74a7b10 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -252,6 +252,8 @@ class Internals final : public GarbageCollected<Internals>,
|
|
|
| int lastSpellCheckRequestSequence(Document*, ExceptionState&);
|
| int lastSpellCheckProcessedSequence(Document*, ExceptionState&);
|
| + String idleTimeSpellCheckerState(Document*, ExceptionState&);
|
| + void runIdleTimeSpellChecker(Document*, ExceptionState&);
|
|
|
| Vector<AtomicString> userPreferredLanguages() const;
|
| void setUserPreferredLanguages(const Vector<String>&);
|
|
|