Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(811)

Unified Diff: Source/core/platform/animation/CSSAnimationData.cpp

Issue 22572005: Remove all uses of the ASCIILiteral class. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm it from wtf Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
« no previous file with comments | « Source/core/page/UserContentURLPattern.cpp ('k') | Source/core/platform/chromium/ClipboardUtilitiesChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698