| 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..d94cd2a570a545208deed9483dc1c241c540c430 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; }
|
|
|
| OwnPtr<InterpolableValue> startInterpolableValue;
|
| OwnPtr<InterpolableValue> endInterpolableValue;
|
|
|