| Index: third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp b/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| index d6e7b9216989bf7170095dd24ea1d7613678eef9..539ab8ebaa918f76758cf77859a0ea7a915f6380 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| @@ -150,7 +150,7 @@ void setFillSize(FillLayer* fillLayer, const AnimatableValue* value, StyleResolv
|
| if (value->isLengthSize())
|
| fillLayer->setSize(FillSize(SizeLength, animatableValueToLengthSize(value, state, ValueRangeNonNegative)));
|
| else
|
| - CSSToStyleMap::mapFillSize(state, fillLayer, toAnimatableUnknown(value)->toCSSValue().get());
|
| + CSSToStyleMap::mapFillSize(state, fillLayer, *toAnimatableUnknown(value)->toCSSValue());
|
| }
|
|
|
| template <CSSPropertyID property>
|
|
|