| Index: third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/PopupMenuImpl.cpp b/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| index 76677ef4865ade6a31b9727cdb4f5c6db53f7755..898c7eee958984c82e574eaf730fc2a5444d5b7b 100644
|
| --- a/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| @@ -294,7 +294,7 @@ void PopupMenuImpl::addElementStyle(ItemIterationContext& context, HTMLElement&
|
| // TODO(tkent): We generate unnecessary "style: {\n},\n" even if no
|
| // additional style.
|
| PagePopupClient::addString("style: {\n", data);
|
| - if (style->visibility() == HIDDEN)
|
| + if (style->visibility() == EVisibility::Hidden)
|
| addProperty("visibility", String("hidden"), data);
|
| if (style->display() == NONE)
|
| addProperty("display", String("none"), data);
|
|
|