| Index: third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolationValue.h b/third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| index cf73188c81e67d0d059361100800a4b5c8447565..71a7010275b2456281e7f71c614d2c0eb26ff447 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| @@ -34,7 +34,7 @@ struct InterpolationValue {
|
| nonInterpolableValue = other.nonInterpolableValue.release();
|
| }
|
|
|
| - operator bool() const { return interpolableValue; }
|
| + operator bool() const { return interpolableValue.get(); }
|
|
|
| InterpolationValue clone() const
|
| {
|
|
|