| Index: third_party/WebKit/Source/core/animation/css/CSSAnimationData.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimationData.cpp b/third_party/WebKit/Source/core/animation/css/CSSAnimationData.cpp
|
| index 0c58779312581f70f98793d2e9efe116a8390696..9c170b013367c23f4b727a9671f51ae20e4b2e11 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimationData.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimationData.cpp
|
| @@ -29,7 +29,7 @@ CSSAnimationData::CSSAnimationData(const CSSAnimationData& other)
|
|
|
| const AtomicString& CSSAnimationData::initialName()
|
| {
|
| - DEFINE_STATIC_LOCAL(const AtomicString, name, ("none", AtomicString::ConstructFromLiteral));
|
| + DEFINE_STATIC_LOCAL(const AtomicString, name, ("none"));
|
| return name;
|
| }
|
|
|
|
|