Index: Source/web/WebAXObject.cpp |
diff --git a/Source/web/WebAXObject.cpp b/Source/web/WebAXObject.cpp |
index 79b2b4757f2251be5d66b71f65f21949d626e45c..1b78eea8c3e9571899c35819bd9bf213186f5eb3 100644 |
--- a/Source/web/WebAXObject.cpp |
+++ b/Source/web/WebAXObject.cpp |
@@ -1198,7 +1198,7 @@ WebString WebAXObject::computedStyleDisplay() const |
if (!computedStyle) |
return WebString(); |
- return WebString(CSSPrimitiveValue::create(computedStyle->display())->getStringValue()); |
+ return WebString(CSSPrimitiveValue::create(computedStyle->display()).getStringValue()); |
} |
bool WebAXObject::accessibilityIsIgnored() const |