| Index: third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.h b/third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.h
|
| index 76d228540c7a583d9a333a4f4f0631698c1eebba..f9cec134ea32b4c9f902fd3f564a665ddc147982 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.h
|
| @@ -49,7 +49,7 @@ class CSSFontFaceSrcValue : public CSSValue {
|
| static CSSFontFaceSrcValue* createLocal(
|
| const String& absoluteResource,
|
| ContentSecurityPolicyDisposition shouldCheckContentSecurityPolicy) {
|
| - return new CSSFontFaceSrcValue(emptyString(), absoluteResource, true,
|
| + return new CSSFontFaceSrcValue(emptyString, absoluteResource, true,
|
| shouldCheckContentSecurityPolicy);
|
| }
|
|
|
|
|