| Index: Source/core/animation/AnimatableNeutral.h
|
| diff --git a/Source/core/animation/AnimatableNeutral.h b/Source/core/animation/AnimatableNeutral.h
|
| index 1001f58f478ce720e32df6c850952943625d171b..9b4188f84e82f4757d4c60b1304ec5dacc42463c 100644
|
| --- a/Source/core/animation/AnimatableNeutral.h
|
| +++ b/Source/core/animation/AnimatableNeutral.h
|
| @@ -44,7 +44,7 @@ protected:
|
| virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue* value, double fraction) const OVERRIDE
|
| {
|
| ASSERT_NOT_REACHED();
|
| - return 0;
|
| + return nullptr;
|
| }
|
|
|
| private:
|
|
|