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

Unified Diff: Source/weborigin/SecurityOrigin.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/web/WebPageSerializer.cpp ('k') | Source/wtf/tests/StringOperators.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/weborigin/SecurityOrigin.cpp
diff --git a/Source/weborigin/SecurityOrigin.cpp b/Source/weborigin/SecurityOrigin.cpp
index d1ac7ba34263165856cb7bdcbc2042ac0794f48d..3141870baf59711774163560eb1e4f6041bcd5be 100644
--- a/Source/weborigin/SecurityOrigin.cpp
+++ b/Source/weborigin/SecurityOrigin.cpp
@@ -487,7 +487,7 @@ bool SecurityOrigin::isSameSchemeHostPort(const SecurityOrigin* other) const
const String& SecurityOrigin::urlWithUniqueSecurityOrigin()
{
ASSERT(isMainThread());
- DEFINE_STATIC_LOCAL(const String, uniqueSecurityOriginURL, (ASCIILiteral("data:,")));
+ DEFINE_STATIC_LOCAL(const String, uniqueSecurityOriginURL, ("data:,"));
return uniqueSecurityOriginURL;
}
« no previous file with comments | « Source/web/WebPageSerializer.cpp ('k') | Source/wtf/tests/StringOperators.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698