| Index: third_party/WebKit/public/web/WebView.h
|
| diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
|
| index fa5af494e7a3530737035aa3517010738e2982ad..ecaea308e5ed37b2f50df277d07162206b010325 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -394,8 +394,7 @@ public:
|
| const WebPoint& clientPoint, const WebPoint& screenPoint,
|
| int modifiers) = 0;
|
|
|
| - // Retrieves a list of spelling markers.
|
| - virtual void spellingMarkers(WebVector<uint32_t>* markers) = 0;
|
| + // Removes spelling markers from words that have been added to user's custom spellcheck dictionary.
|
| virtual void removeSpellingMarkersUnderWords(const WebVector<WebString>& words) = 0;
|
|
|
| // Support for resource loading initiated by plugins -------------------
|
|
|