Index: public/web/WebView.h |
diff --git a/public/web/WebView.h b/public/web/WebView.h |
index 34654463a0875910b33b85cbddb8927e731bfa75..ba73fb63ee989f67a229f8af5c006fff630a0027 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 ------------------- |