| Index: third_party/WebKit/Source/core/css/FontFace.h
|
| diff --git a/third_party/WebKit/Source/core/css/FontFace.h b/third_party/WebKit/Source/core/css/FontFace.h
|
| index daf018197eb7fc4d81ef196c2e406f029f0a9439..6365317cb0e3aa650a4495e6c42cc8e974863abe 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFace.h
|
| +++ b/third_party/WebKit/Source/core/css/FontFace.h
|
| @@ -46,7 +46,7 @@
|
| namespace blink {
|
|
|
| class CSSFontFace;
|
| -class CSSValueList;
|
| +class CSSPrimitiveValue;
|
| class DOMArrayBuffer;
|
| class DOMArrayBufferView;
|
| class Document;
|
| @@ -125,7 +125,7 @@ private:
|
| void setPropertyFromString(const Document*, const String&, CSSPropertyID, ExceptionState* = 0);
|
| bool setPropertyFromStyle(const StylePropertySet&, CSSPropertyID);
|
| bool setPropertyValue(PassRefPtrWillBeRawPtr<CSSValue>, CSSPropertyID);
|
| - bool setFamilyValue(CSSValueList*);
|
| + bool setFamilyValue(CSSPrimitiveValue*);
|
| void loadInternal(ExecutionContext*);
|
| ScriptPromise fontStatusPromise(ScriptState*);
|
|
|
|
|