| Index: sky/engine/core/css/FontFace.idl
|
| diff --git a/sky/engine/core/css/FontFace.idl b/sky/engine/core/css/FontFace.idl
|
| index af6720ffca41ab37ad1b1c08853dcb463e44fe67..c6714e202fe56dad2f0ccc82cb5daad4284fd189 100644
|
| --- a/sky/engine/core/css/FontFace.idl
|
| +++ b/sky/engine/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,
|
| - WillBeGarbageCollected,
|
| ] interface FontFace {
|
|
|
| [RaisesException=Setter, SetterCallWith=ExecutionContext] attribute DOMString family;
|
|
|