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(); |