| Index: third_party/WebKit/Source/core/editing/VisibleUnits.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/VisibleUnits.cpp b/third_party/WebKit/Source/core/editing/VisibleUnits.cpp
|
| index f953a2630b0faab92dc3a4259336e58aded96745..8afb76b0aa4762ead9780378bd1d41b2a2f27f23 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleUnits.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleUnits.cpp
|
| @@ -1815,7 +1815,7 @@ EphemeralRange ExpandRangeToSentenceBoundary(const EphemeralRange& range) {
|
|
|
| static bool NodeIsUserSelectAll(const Node* node) {
|
| return node && node->GetLayoutObject() &&
|
| - node->GetLayoutObject()->Style()->UserSelect() == SELECT_ALL;
|
| + node->GetLayoutObject()->Style()->UserSelect() == EUserSelect::kAll;
|
| }
|
|
|
| template <typename Strategy>
|
|
|