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