| Index: core/css/FontFace.idl
|
| diff --git a/core/css/FontFace.idl b/core/css/FontFace.idl
|
| index ef915f03a002baf02afc777bbb874857133f5ddf..d83c666b895521d146ba440d5c6622e89552a0d3 100644
|
| --- a/core/css/FontFace.idl
|
| +++ b/core/css/FontFace.idl
|
| @@ -38,12 +38,12 @@ enum FontFaceLoadStatus {
|
| };
|
|
|
| [
|
| + ActiveDOMObject,
|
| // FIXME: should be union type http://crbug.com/240176
|
| - Constructor(DOMString family, DOMString source, optional Dictionary descriptors),
|
| - Constructor(DOMString family, ArrayBuffer source, optional Dictionary descriptors),
|
| - Constructor(DOMString family, ArrayBufferView source, optional Dictionary descriptors),
|
| + Constructor(DOMString family, DOMString source, optional FontFaceDescriptors descriptors),
|
| + Constructor(DOMString family, ArrayBuffer source, optional FontFaceDescriptors descriptors),
|
| + Constructor(DOMString family, ArrayBufferView source, optional FontFaceDescriptors descriptors),
|
| ConstructorCallWith=ExecutionContext,
|
| - RuntimeEnabled=FontLoadEvents,
|
| WillBeGarbageCollected,
|
| ] interface FontFace {
|
|
|
|
|