| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 0b89a6926d6cb5b7b9ec9eab57727fab559d4dda..f135e07de9bd59e553f1885dcb30d4f61b5e1ef3 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -231,6 +231,7 @@ public:
|
| const WebPoint& screenPoint,
|
| int keyModifiers) OVERRIDE;
|
| virtual void spellingMarkers(WebVector<uint32_t>* markers) OVERRIDE;
|
| + virtual void removeSpellingMarkersUnderWords(const WebVector<WebString>& words) OVERRIDE;
|
| virtual unsigned long createUniqueIdentifierForRequest() OVERRIDE;
|
| virtual void inspectElementAt(const WebPoint&) OVERRIDE;
|
| virtual WebString inspectorSettings() const OVERRIDE;
|
|
|