| Index: sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp
|
| diff --git a/sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp b/sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp
|
| index 137fcde23139cd5d3f017a5bd8e9b0cab9dc16f6..2cbcf3663c53a47af120084247043ebc69c2a931 100644
|
| --- a/sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp
|
| +++ b/sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp
|
| @@ -21,7 +21,7 @@ protected:
|
| {
|
| CSSParserMode parserMode = HTMLStandardMode;
|
| RefPtr<MutableStylePropertySet> dummyStyle = MutableStylePropertySet::create();
|
| - bool parseSuccess = BisonCSSParser::parseValue(dummyStyle.get(), propertyID, string, false, parserMode, 0);
|
| + bool parseSuccess = BisonCSSParser::parseValue(dummyStyle.get(), propertyID, string, parserMode, 0);
|
| ASSERT_UNUSED(parseSuccess, parseSuccess);
|
| return DeferredLegacyStyleInterpolation::interpolationRequiresStyleResolve(*dummyStyle->getPropertyCSSValue(propertyID));
|
| }
|
|
|