Index: Source/web/WebAXObject.cpp |
diff --git a/Source/web/WebAXObject.cpp b/Source/web/WebAXObject.cpp |
index 5f4290eca28152645901b9693a0da1910cf717e6..be9b9d6822cab28468d8111549dcd0336c14c2ca 100644 |
--- a/Source/web/WebAXObject.cpp |
+++ b/Source/web/WebAXObject.cpp |
@@ -1239,7 +1239,7 @@ WebString WebAXObject::computedStyleDisplay() const |
if (!computedStyle) |
return WebString(); |
- return WebString(CSSPrimitiveValue::create(computedStyle->display())->getStringValue()); |
+ return WebString(CSSPrimitiveValue::create(computedStyle->display())->cssText()); |
} |
bool WebAXObject::accessibilityIsIgnored() const |