| Index: Source/platform/animation/KeyframeValueList.cpp
|
| diff --git a/Source/platform/animation/KeyframeValueList.cpp b/Source/platform/animation/KeyframeValueList.cpp
|
| index 3665f9dd8b394b080e24a5dfb25850506e32cefd..fe56f6f103545266af238940a23a224db299cb24 100644
|
| --- a/Source/platform/animation/KeyframeValueList.cpp
|
| +++ b/Source/platform/animation/KeyframeValueList.cpp
|
| @@ -27,7 +27,7 @@
|
| #include "config.h"
|
| #include "platform/animation/KeyframeValueList.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void KeyframeValueList::insert(PassOwnPtr<const AnimationValue> value)
|
| {
|
| @@ -49,4 +49,4 @@ void KeyframeValueList::insert(PassOwnPtr<const AnimationValue> value)
|
| m_values.append(value);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|