| Index: Source/core/css/CSSCalculationValueTest.cpp
|
| diff --git a/Source/core/css/CSSCalculationValueTest.cpp b/Source/core/css/CSSCalculationValueTest.cpp
|
| index 1ca4619e330367f50a9b4b59961a9b79e948b99c..00f43b4ae6bf902242e02bace569f05d790f23c5 100644
|
| --- a/Source/core/css/CSSCalculationValueTest.cpp
|
| +++ b/Source/core/css/CSSCalculationValueTest.cpp
|
| @@ -70,7 +70,7 @@ CSSLengthArray& setLengthArray(CSSLengthArray& lengthArray, String text)
|
| initLengthArray(lengthArray);
|
| RefPtrWillBeRawPtr<MutableStylePropertySet> propertySet = MutableStylePropertySet::create();
|
| propertySet->setProperty(CSSPropertyLeft, text);
|
| - toCSSPrimitiveValue(*propertySet->getPropertyCSSValue(CSSPropertyLeft)).accumulateLengthArray(lengthArray);
|
| + toCSSPrimitiveValue(propertySet->getPropertyCSSValue(CSSPropertyLeft)).accumulateLengthArray(lengthArray);
|
| return lengthArray;
|
| }
|
|
|
|
|