Index: Source/core/platform/animation/CSSAnimationData.cpp |
diff --git a/Source/core/platform/animation/CSSAnimationData.cpp b/Source/core/platform/animation/CSSAnimationData.cpp |
index a1957bbb2a695b954d67a0bffee3f60befeac744..65f2fa6290b9683d41b712700aaf840d930a7f56 100644 |
--- a/Source/core/platform/animation/CSSAnimationData.cpp |
+++ b/Source/core/platform/animation/CSSAnimationData.cpp |
@@ -136,7 +136,7 @@ bool CSSAnimationData::animationsMatch(const CSSAnimationData* o, bool matchPlay |
const String& CSSAnimationData::initialAnimationName() |
{ |
- DEFINE_STATIC_LOCAL(String, initialValue, (ASCIILiteral("none"))); |
+ DEFINE_STATIC_LOCAL(String, initialValue, ("none")); |
return initialValue; |
} |