| Index: third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp b/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| index 4ccb536844c28941db856fe00da411be2916d3fa..aae9e7b3cf42f556772fde78b23bed945e8dc739 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| @@ -2073,7 +2073,8 @@ bool IsInPasswordField(const Position& position) {
|
|
|
| bool IsTextSecurityNode(const Node* node) {
|
| return node && node->GetLayoutObject() &&
|
| - node->GetLayoutObject()->Style()->TextSecurity() != TSNONE;
|
| + node->GetLayoutObject()->Style()->TextSecurity() !=
|
| + ETextSecurity::kNone;
|
| }
|
|
|
| // If current position is at grapheme boundary, return 0; otherwise, return the
|
|
|