| 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 76a97f1052bb1beaf0c01248f004e17608d72f5c..c5d70fd7b7c06f4c32ed3e81d091931b004bcc40 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| @@ -1517,7 +1517,7 @@ bool isNodeRendered(const Node& node)
|
| if (!layoutObject)
|
| return false;
|
|
|
| - return layoutObject->style()->visibility() == VISIBLE;
|
| + return layoutObject->style()->visibility() == EVisibility::Visible;
|
| }
|
|
|
| // return first preceding DOM position rendered at a different location, or "this"
|
|
|