| Index: third_party/WebKit/Source/core/editing/SelectionEditor.h
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionEditor.h b/third_party/WebKit/Source/core/editing/SelectionEditor.h
|
| index 322b3b4e2ebe3b98f0f8dfaf4dc4c399595cbd40..bd4af3a3fa0cf378f0f4ca89188646d1479cad49 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionEditor.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionEditor.h
|
| @@ -61,11 +61,6 @@ class SelectionEditor final : public GarbageCollectedFinalized<SelectionEditor>,
|
|
|
| void documentAttached(Document*);
|
|
|
| - // If this FrameSelection has a logical range which is still valid, this
|
| - // function return its clone. Otherwise, the return value from underlying
|
| - // |VisibleSelection|'s |firstRange()| is returned.
|
| - Range* firstRange() const;
|
| -
|
| // There functions are exposed for |FrameSelection|.
|
| void cacheRangeOfDocument(Range*);
|
| Range* documentCachedRange() const;
|
|
|