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

Unified Diff: Source/core/rendering/RenderBR.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/rendering/RenderBR.cpp
diff --git a/Source/core/rendering/RenderBR.cpp b/Source/core/rendering/RenderBR.cpp
index 27fa7c71fac4a707b0536e4e64627841b83e96de..c4630476b5374f63ba58e1c43e57d1c7313166f4 100644
--- a/Source/core/rendering/RenderBR.cpp
+++ b/Source/core/rendering/RenderBR.cpp
@@ -28,7 +28,7 @@ namespace WebCore {
static PassRefPtr<StringImpl> newlineString()
{
- DEFINE_STATIC_LOCAL(const String, string, (ASCIILiteral("\n")));
+ DEFINE_STATIC_LOCAL(const String, string, ("\n"));
return string.impl();
}
« no previous file with comments | « Source/core/platform/text/TextBreakIteratorICU.cpp ('k') | Source/core/rendering/RenderThemeChromiumFontProvider.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698