| Index: third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp
|
| index f238148f2ff0ba067867ea9a9b43a110e127b916..cd72798cb9fe2f2c40eed168a12f6659d540ebd3 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp
|
| @@ -129,7 +129,7 @@ InterpolationValue CSSFontWeightInterpolationType::maybeConvertValue(const CSSVa
|
|
|
| InterpolationValue CSSFontWeightInterpolationType::maybeConvertUnderlyingValue(const InterpolationEnvironment& environment) const
|
| {
|
| - return createFontWeightValue(environment.state().style()->fontWeight());
|
| + return createFontWeightValue(environment.style().fontWeight());
|
| }
|
|
|
| void CSSFontWeightInterpolationType::apply(const InterpolableValue& interpolableValue, const NonInterpolableValue*, InterpolationEnvironment& environment) const
|
|
|