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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSParserContext.h

Issue 2668903003: Replace WTF::emptyString{16Bit}() with a static global (Closed)
Patch Set: Replace WTF::emptyString{16Bit}() with a static global Created 3 years, 11 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: third_party/WebKit/Source/core/css/parser/CSSParserContext.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserContext.h b/third_party/WebKit/Source/core/css/parser/CSSParserContext.h
index 818a7c46a9e9bad5f99d6f75e23d1f2ce099d67e..33381ecce41b7447d33c8a54b1fa59f0ff065544 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParserContext.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserContext.h
@@ -45,7 +45,7 @@ class CORE_EXPORT CSSParserContext
static CSSParserContext* create(const Document&, UseCounter*);
static CSSParserContext* create(const Document&,
const KURL& baseURLOverride = KURL(),
- const String& charset = emptyString(),
+ const String& charset = emptyString,
SelectorProfile = DynamicProfile,
UseCounter* = nullptr);

Powered by Google App Engine
This is Rietveld 408576698