| Index: third_party/WebKit/Source/core/animation/DeferredLegacyStyleInterpolationTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/DeferredLegacyStyleInterpolationTest.cpp b/third_party/WebKit/Source/core/animation/DeferredLegacyStyleInterpolationTest.cpp
|
| index 25cbd496b8127da01565060874c0f0c0c646b3a8..ae7c60ee75f616f4f9738743467cb8b8492b8497 100644
|
| --- a/third_party/WebKit/Source/core/animation/DeferredLegacyStyleInterpolationTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/DeferredLegacyStyleInterpolationTest.cpp
|
| @@ -20,7 +20,7 @@ protected:
|
| CSSParserMode parserMode = HTMLStandardMode;
|
| if (propertyID == CSSPropertyFloodColor)
|
| parserMode = SVGAttributeMode;
|
| - CSSValue* value = CSSParser::parseSingleValue(propertyID, string, CSSParserContext(parserMode, 0));
|
| + CSSValue* value = CSSParser::parseSingleValue(propertyID, string, CSSParserContext(parserMode, nullptr));
|
| ASSERT(value);
|
| return DeferredLegacyStyleInterpolation::interpolationRequiresStyleResolve(*value);
|
| }
|
|
|