| 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 9d4a06a0e3e624f5e7b8003546b9e02586468159..5d277c226c7cbd6d6526ba319cbe16e87c38d907 100644
|
| --- a/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| @@ -316,7 +316,7 @@ void PopupMenuImpl::addElementStyle(ItemIterationContext& context,
|
| PagePopupClient::addString("style: {\n", data);
|
| if (style->visibility() == EVisibility::kHidden)
|
| addProperty("visibility", String("hidden"), data);
|
| - if (style->display() == EDisplay::None)
|
| + if (style->display() == EDisplay::kNone)
|
| addProperty("display", String("none"), data);
|
| const ComputedStyle& baseStyle = context.baseStyle();
|
| if (baseStyle.direction() != style->direction()) {
|
|
|