Index: third_party/WebKit/Source/core/loader/EmptyClients.h |
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h |
index 95706e339bc743f3754fb9fed7349762ca7f17d8..722438a8e90c1b754c5974039800ec7263e1a75a 100644 |
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h |
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h |
@@ -283,6 +283,7 @@ public: |
~EmptyTextCheckerClient() { } |
void checkSpellingOfString(const String&, int*, int*) override {} |
+ void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int*, int*) override {} |
void requestCheckingOfString(TextCheckingRequest*) override; |
}; |