| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp
|
| index fdd937f150666d97eed1e77b166795ae02315316..171bbfa52853035aac9a5a8b842d92fe40fdd058 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp
|
| @@ -62,4 +62,4 @@ bool AnimatableImage::equalTo(const AnimatableValue* value) const
|
| return m_value->equals(*toAnimatableImage(value)->m_value.get());
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|