| Index: webkit/glue/webframe_impl.h
|
| ===================================================================
|
| --- webkit/glue/webframe_impl.h (revision 23431)
|
| +++ webkit/glue/webframe_impl.h (working copy)
|
| @@ -139,8 +139,6 @@
|
| virtual bool isCommandEnabled(const WebKit::WebString& command) const;
|
| virtual void enableContinuousSpellChecking(bool enable);
|
| virtual bool isContinuousSpellCheckingEnabled() const;
|
| - virtual void selectAll();
|
| - virtual void clearSelection();
|
| virtual bool hasSelection() const;
|
| virtual WebKit::WebRange selectionRange() const;
|
| virtual WebKit::WebString selectionAsText() const;
|
|
|