| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 2a45bee2979e79b0a93bbb6f93f518b9f242a6f3..239facbbe1765e129726c00303af7fff7e0fa76d 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -388,9 +388,6 @@ class WebLocalFrame : public WebFrame {
|
| virtual void EnableSpellChecking(bool) = 0;
|
| virtual bool IsSpellCheckingEnabled() const = 0;
|
| virtual void RemoveSpellingMarkers() = 0;
|
| -
|
| - // Retrieves a list of spelling markers.
|
| - virtual void SpellingMarkerOffsetsForTest(WebVector<unsigned>* offsets) = 0;
|
| virtual void RemoveSpellingMarkersUnderWords(
|
| const WebVector<WebString>& words) = 0;
|
|
|
|
|