| Index: core/css/CSSFontFaceLoadEvent.idl
|
| diff --git a/core/css/CSSFontFaceLoadEvent.idl b/core/css/CSSFontFaceLoadEvent.idl
|
| index 7ab2522c8adef8e8620100ba28bba35444c8aaf8..b77706c4ec6cca3b62562ed99a48e6cfb7e7441f 100644
|
| --- a/core/css/CSSFontFaceLoadEvent.idl
|
| +++ b/core/css/CSSFontFaceLoadEvent.idl
|
| @@ -31,7 +31,7 @@
|
| // FIXME: Make this constructable from Javascript
|
| [
|
| NoInterfaceObject,
|
| - EnabledAtRuntime=FontLoadEvents,
|
| + RuntimeEnabled=FontLoadEvents,
|
| ] interface CSSFontFaceLoadEvent : Event {
|
| readonly attribute FontFace[] fontfaces;
|
| };
|
|
|