| Index: third_party/WebKit/Source/core/editing/Editor.h
|
| diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h
|
| index 3848d4f0861dad91fadf87c7337f254927608293..03ec6ed68c5ac784424fe70a0d4f645ebfa31208 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.h
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.h
|
| @@ -274,7 +274,6 @@ private:
|
| }
|
|
|
| bool canDeleteRange(const EphemeralRange&) const;
|
| - bool shouldDeleteRange(const EphemeralRange&) const;
|
|
|
| bool tryDHTMLCopy();
|
| bool tryDHTMLCut();
|
|
|