| Index: core/css/FontFace.idl
|
| diff --git a/core/css/FontFace.idl b/core/css/FontFace.idl
|
| index 77d12b268e787c2557288006983c34cd3a75b994..ef915f03a002baf02afc777bbb874857133f5ddf 100644
|
| --- a/core/css/FontFace.idl
|
| +++ b/core/css/FontFace.idl
|
| @@ -43,7 +43,6 @@ enum FontFaceLoadStatus {
|
| Constructor(DOMString family, ArrayBuffer source, optional Dictionary descriptors),
|
| Constructor(DOMString family, ArrayBufferView source, optional Dictionary descriptors),
|
| ConstructorCallWith=ExecutionContext,
|
| - RaisesException=Constructor,
|
| RuntimeEnabled=FontLoadEvents,
|
| WillBeGarbageCollected,
|
| ] interface FontFace {
|
|
|