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

Unified Diff: Source/wtf/tests/StringOperators.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/weborigin/SecurityOrigin.cpp ('k') | Source/wtf/tests/WTFString.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/tests/StringOperators.cpp
diff --git a/Source/wtf/tests/StringOperators.cpp b/Source/wtf/tests/StringOperators.cpp
index 308ee700441f3636f427d31a1dc3d5afedc831fc..e27c82e652513225db70e16e6f58b6c42440ce12 100644
--- a/Source/wtf/tests/StringOperators.cpp
+++ b/Source/wtf/tests/StringOperators.cpp
@@ -46,7 +46,7 @@ TEST(WTF, DISABLED_StringOperators)
{
String string("String");
AtomicString atomicString("AtomicString");
- ASCIILiteral literal("ASCIILiteral");
+ const char* literal = "ASCIILiteral";
EXPECT_EQ(0, wtfStringCopyCount);
« no previous file with comments | « Source/weborigin/SecurityOrigin.cpp ('k') | Source/wtf/tests/WTFString.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698