| Index: third_party/WebKit/Source/core/html/HTMLSelectElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElement.cpp b/third_party/WebKit/Source/core/html/HTMLSelectElement.cpp
|
| index 8ee20dd12e254a10f8bfb70ad45046b40e8dd8bd..a37093ef3ffcef23fb398c0de740606b472be9ac 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.cpp
|
| @@ -1834,7 +1834,7 @@ bool HTMLSelectElement::itemIsDisplayNone(Element& element) const {
|
| if (isHTMLOptionElement(element))
|
| return toHTMLOptionElement(element).isDisplayNone();
|
| if (const ComputedStyle* style = itemComputedStyle(element))
|
| - return style->display() == EDisplay::None;
|
| + return style->display() == EDisplay::kNone;
|
| return false;
|
| }
|
|
|
|
|