| Index: third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/VisibleSelection.h b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| index 2272939031b15856df3631c4a2aa53d00b33cf0d..a20bc70b0fc2ea19a5f150fb760713ada874590f 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| @@ -229,8 +229,6 @@ createVisibleSelection(const EphemeralRange&,
|
| CORE_EXPORT VisibleSelection createVisibleSelection(const VisiblePosition&,
|
| const VisiblePosition&,
|
| bool isDirectional = false);
|
| -CORE_EXPORT VisibleSelection createVisibleSelection(const PositionWithAffinity&,
|
| - bool isDirectional = false);
|
|
|
| CORE_EXPORT VisibleSelectionInFlatTree
|
| createVisibleSelection(const SelectionInFlatTree&);
|
|
|