| Index: Source/core/animation/AnimatableLength.cpp
|
| diff --git a/Source/core/animation/AnimatableLength.cpp b/Source/core/animation/AnimatableLength.cpp
|
| index 15555161981476cd069d5c9e447e54151645f7e3..13f66f1ebbc27a4624704d5c8a43ecb6cf842d66 100644
|
| --- a/Source/core/animation/AnimatableLength.cpp
|
| +++ b/Source/core/animation/AnimatableLength.cpp
|
| @@ -56,7 +56,7 @@ PassRefPtr<AnimatableLength> AnimatableLength::create(CSSValue* value)
|
| return create(toCSSCalcValue(value)->expressionNode());
|
|
|
| ASSERT_NOT_REACHED();
|
| - return 0;
|
| + return nullptr;
|
| }
|
|
|
| bool AnimatableLength::canCreateFrom(const CSSValue* value)
|
|
|