| 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 ae65647dc1fbfb8915b4a39ce4a32be7d5a0281f..fedd0b724c4498def3755428d4a62fae73fff8e4 100644
|
| --- a/third_party/WebKit/Source/web/WebAXObject.cpp
|
| +++ b/third_party/WebKit/Source/web/WebAXObject.cpp
|
| @@ -1160,7 +1160,7 @@ WebString WebAXObject::computedStyleDisplay() const
|
| if (!computedStyle)
|
| return WebString();
|
|
|
| - return WebString(CSSPrimitiveValue::create(computedStyle->display())->cssText());
|
| + return WebString(CSSIdentifierValue::create(computedStyle->display())->cssText());
|
| }
|
|
|
| bool WebAXObject::accessibilityIsIgnored() const
|
|
|