| Index: third_party/WebKit/Source/web/WebAXObject.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebAXObject.cpp b/third_party/WebKit/Source/web/WebAXObject.cpp
|
| index 3f6defbd8ba8d84abeda4ae31e4cd82dfa3bd560..a151df99cc34a8279a731e929bbd9f0f9fd7d53d 100644
|
| --- a/third_party/WebKit/Source/web/WebAXObject.cpp
|
| +++ b/third_party/WebKit/Source/web/WebAXObject.cpp
|
| @@ -1069,7 +1069,7 @@ WebString WebAXObject::computedStyleDisplay() const {
|
| return WebString();
|
|
|
| return WebString(
|
| - CSSPrimitiveValue::create(computedStyle->display())->cssText());
|
| + CSSIdentifierValue::create(computedStyle->display())->cssText());
|
| }
|
|
|
| bool WebAXObject::accessibilityIsIgnored() const {
|
|
|