| Index: third_party/WebKit/Source/core/animation/PairwiseInterpolationValue.h
|
| diff --git a/third_party/WebKit/Source/core/animation/PairwiseInterpolationValue.h b/third_party/WebKit/Source/core/animation/PairwiseInterpolationValue.h
|
| index 6fe9bd94471026d339c31df3554049a3f6f267d8..40f5f5bec4f1b772aabfd4508e5be43f32edfbd1 100644
|
| --- a/third_party/WebKit/Source/core/animation/PairwiseInterpolationValue.h
|
| +++ b/third_party/WebKit/Source/core/animation/PairwiseInterpolationValue.h
|
| @@ -29,7 +29,7 @@ struct PairwiseInterpolationValue {
|
| , nonInterpolableValue(other.nonInterpolableValue.release())
|
| { }
|
|
|
| - operator bool() const { return startInterpolableValue; }
|
| + operator bool() const { return startInterpolableValue.get(); }
|
|
|
| OwnPtr<InterpolableValue> startInterpolableValue;
|
| OwnPtr<InterpolableValue> endInterpolableValue;
|
|
|