| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index 28598f2479907ea541c3db299340c2ed4f5eb14a..3b9affca6c56895c304730e06662554c9360086f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -1392,7 +1392,7 @@ void LayoutObject::ShowLayoutTreeAndMark(const LayoutObject* marked_object1,
|
| #endif // NDEBUG
|
|
|
| bool LayoutObject::IsSelectable() const {
|
| - return !IsInert() && !(Style()->UserSelect() == SELECT_NONE &&
|
| + return !IsInert() && !(Style()->UserSelect() == EUserSelect::kNone &&
|
| Style()->UserModify() == EUserModify::kReadOnly);
|
| }
|
|
|
|
|