| 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 39d7b80a7bac4561f131de5fbb5c7e609133d4b5..078a76e18358150cda2f7474862eba53fa6344cf 100644
|
| --- a/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| @@ -297,7 +297,7 @@ void PopupMenuImpl::addElementStyle(ItemIterationContext& context, HTMLElement&
|
| PagePopupClient::addString("style: {\n", data);
|
| if (style->visibility() == EVisibility::Hidden)
|
| addProperty("visibility", String("hidden"), data);
|
| - if (style->display() == NONE)
|
| + if (style->display() == EDisplay::None)
|
| addProperty("display", String("none"), data);
|
| const ComputedStyle& baseStyle = context.baseStyle();
|
| if (baseStyle.direction() != style->direction())
|
|
|