| Index: third_party/WebKit/Source/core/css/FontFace.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/FontFace.cpp b/third_party/WebKit/Source/core/css/FontFace.cpp
|
| index 66783b990d6632744f2f8b74f24134f77f78fb4e..1f64d68d760aefaeb992bd847f4f18df2a8f2214 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFace.cpp
|
| +++ b/third_party/WebKit/Source/core/css/FontFace.cpp
|
| @@ -68,7 +68,8 @@ namespace blink {
|
| static const CSSValue* parseCSSValue(const Document* document,
|
| const String& value,
|
| CSSPropertyID propertyID) {
|
| - CSSParserContext context(*document, UseCounter::getFrom(document));
|
| + CSSParserContext* context =
|
| + CSSParserContext::create(*document, UseCounter::getFrom(document));
|
| return CSSParser::parseFontFaceDescriptor(propertyID, value, context);
|
| }
|
|
|
|
|