diff options
Diffstat (limited to 'webkit/glue/webview_impl.h')
-rw-r--r-- | webkit/glue/webview_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h index 502ee3a..e0f693e 100644 --- a/webkit/glue/webview_impl.h +++ b/webkit/glue/webview_impl.h @@ -78,7 +78,6 @@ class WebViewImpl : public WebView { virtual void SetBackForwardListSize(int size); virtual void RestoreFocus(); virtual void SetInitialFocus(bool reverse); - virtual bool FocusedFrameNeedsSpellchecking(); virtual bool DownloadImage(int id, const GURL& image_url, int image_size); virtual void SetPreferences(const WebPreferences& preferences); virtual const WebPreferences& GetPreferences(); |