| 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);
|
|
|
|
|