| 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..5c0141469d22e221433d15be4f6fca6d479ec30f 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFace.idl
|
| +++ b/third_party/WebKit/Source/core/css/FontFace.idl
|
| @@ -39,6 +39,7 @@ enum FontFaceLoadStatus {
|
|
|
| // TODO(philipj): This interface should be [Exposed=Window,Worker].
|
| [
|
| + ActiveScriptWrappable,
|
| DependentLifetime,
|
| // FIXME: This should be (DOMString or BinaryData), where BinaryData is typedef of (ArrayBuffer or ArrayBufferView)
|
| Constructor(DOMString family, (DOMString or ArrayBuffer or ArrayBufferView) source, optional FontFaceDescriptors descriptors),
|
|
|