| 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 17b6982fbfa667693448b861d5d81511b93e10cd..dc4815df7ac7cc9a4db735fe1dfab17958392b25 100644
 | 
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
 | 
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
 | 
| @@ -199,8 +199,6 @@ public:
 | 
|  
 | 
|      // Editing -------------------------------------------------------------
 | 
|  
 | 
| -    virtual void insertText(const WebString& text) = 0;
 | 
| -
 | 
|      virtual void setMarkedText(const WebString& text, unsigned location, unsigned length) = 0;
 | 
|      virtual void unmarkText() = 0;
 | 
|      virtual bool hasMarkedText() const = 0;
 | 
| 
 |