| 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 b42326194fe6c56ee098651fd24463ef8836de52..09a430aae77878c8159004d925b06a516840a12b 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| @@ -196,9 +196,6 @@ createVisibleSelection(const SelectionInFlatTree&);
|
| // to return.
|
| CORE_EXPORT EphemeralRange firstEphemeralRangeOf(const VisibleSelection&);
|
|
|
| -// TODO(sof): move more firstRangeOf() uses to be over EphemeralRange instead.
|
| -CORE_EXPORT Range* firstRangeOf(const VisibleSelection&);
|
| -
|
| CORE_EXPORT std::ostream& operator<<(std::ostream&, const VisibleSelection&);
|
| CORE_EXPORT std::ostream& operator<<(std::ostream&,
|
| const VisibleSelectionInFlatTree&);
|
|
|