Index: public/web/WebView.h |
diff --git a/public/web/WebView.h b/public/web/WebView.h |
index b62fd26db6d0d3425f60635365429fd223e58591..08de980723ad3e44a3a2d49197d56d7a1ca2456e 100644 |
--- a/public/web/WebView.h |
+++ b/public/web/WebView.h |
@@ -355,7 +355,7 @@ public: |
// Retrieves a list of spelling markers. |
virtual void spellingMarkers(WebVector<uint32_t>* markers) = 0; |
- |
+ virtual void removeSpellingMarkersUnderWords(const WebVector<WebString>& words) = 0; |
// Support for resource loading initiated by plugins ------------------- |