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 790bd980e7b10e5302a075657cc3458ab0e2e391..8aabfcb5968809b684c282c448e42d6038d2a26c 100644 |
--- a/third_party/WebKit/Source/core/css/FontFace.cpp |
+++ b/third_party/WebKit/Source/core/css/FontFace.cpp |
@@ -69,8 +69,7 @@ namespace blink { |
static const CSSValue* parseCSSValue(const Document* document, |
const String& value, |
CSSPropertyID propertyID) { |
- CSSParserContext* context = |
- CSSParserContext::create(*document, UseCounter::getFrom(document)); |
+ CSSParserContext* context = CSSParserContext::create(*document, document); |
return CSSParser::parseFontFaceDescriptor(propertyID, value, context); |
} |