| 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 f1437205fadc4ff0367fd6ee271d494a3dd7a787..36b483cdf35072aa719ea3e1d5f8666a139df399 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| @@ -241,10 +241,6 @@ createVisibleSelection(const PositionInFlatTree& base,
|
| const PositionInFlatTree& extent,
|
| TextAffinity = SelDefaultAffinity,
|
| bool isDirectional = false);
|
| -CORE_EXPORT VisibleSelectionInFlatTree
|
| -createVisibleSelection(const VisiblePositionInFlatTree&,
|
| - const VisiblePositionInFlatTree&,
|
| - bool isDirectional = false);
|
|
|
| // We don't yet support multi-range selections, so we only ever have one range
|
| // to return.
|
|
|