Index: Source/core/page/UserContentURLPattern.cpp |
diff --git a/Source/core/page/UserContentURLPattern.cpp b/Source/core/page/UserContentURLPattern.cpp |
index 1ebf43fdb03fd5768f6ddd1c3a141496349af2cc..18fb2a7021e5056d2459b2aa92bb91739265654e 100644 |
--- a/Source/core/page/UserContentURLPattern.cpp |
+++ b/Source/core/page/UserContentURLPattern.cpp |
@@ -64,7 +64,7 @@ bool UserContentURLPattern::matchesPatterns(const KURL& url, const Vector<String |
bool UserContentURLPattern::parse(const String& pattern) |
{ |
- DEFINE_STATIC_LOCAL(const String, schemeSeparator, (ASCIILiteral("://"))); |
+ DEFINE_STATIC_LOCAL(const String, schemeSeparator, ("://")); |
size_t schemeEndPos = pattern.find(schemeSeparator); |
if (schemeEndPos == notFound) |