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

Unified Diff: Source/core/css/CSSPropertySourceData.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
« no previous file with comments | « Source/core/accessibility/AccessibilityMediaControls.cpp ('k') | Source/core/css/MediaList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSPropertySourceData.cpp
diff --git a/Source/core/css/CSSPropertySourceData.cpp b/Source/core/css/CSSPropertySourceData.cpp
index 87a77ff0fb9d4176807d134984407ee06220bc1b..6a5ff1b31bf0cd5e9a67fe4a7aa0db1ede230da9 100644
--- a/Source/core/css/CSSPropertySourceData.cpp
+++ b/Source/core/css/CSSPropertySourceData.cpp
@@ -91,7 +91,7 @@ CSSPropertySourceData::CSSPropertySourceData()
String CSSPropertySourceData::toString() const
{
- DEFINE_STATIC_LOCAL(String, emptyValue, (ASCIILiteral("e")));
+ DEFINE_STATIC_LOCAL(String, emptyValue, ("e"));
if (!name && value == emptyValue)
return String();
« no previous file with comments | « Source/core/accessibility/AccessibilityMediaControls.cpp ('k') | Source/core/css/MediaList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698