| Index: third_party/WebKit/Source/core/css/FontFace.idl
|
| diff --git a/third_party/WebKit/Source/core/css/FontFace.idl b/third_party/WebKit/Source/core/css/FontFace.idl
|
| index 527e800ebe3a844c32deddf3be86f11309415a4c..23a7bbe7cafd0566377299114c16a27c5c9e153c 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFace.idl
|
| +++ b/third_party/WebKit/Source/core/css/FontFace.idl
|
| @@ -44,6 +44,7 @@ enum FontFaceLoadStatus {
|
| Constructor(DOMString family, (DOMString or ArrayBuffer or ArrayBufferView) source, optional FontFaceDescriptors descriptors),
|
| ConstructorCallWith=ExecutionContext,
|
| MeasureAs=FontFaceConstructor,
|
| + RequiresFinalizer,
|
| WillBeGarbageCollected,
|
| ] interface FontFace {
|
| [RaisesException=Setter, SetterCallWith=ExecutionContext] attribute DOMString family;
|
|
|