| Index: core/css/FontFaceSetLoadEvent.idl
|
| diff --git a/core/css/CSSFontFaceLoadEvent.idl b/core/css/FontFaceSetLoadEvent.idl
|
| similarity index 97%
|
| rename from core/css/CSSFontFaceLoadEvent.idl
|
| rename to core/css/FontFaceSetLoadEvent.idl
|
| index b77706c4ec6cca3b62562ed99a48e6cfb7e7441f..455ad6b69347f9d5366533ed4283c4ac30cdfffd 100644
|
| --- a/core/css/CSSFontFaceLoadEvent.idl
|
| +++ b/core/css/FontFaceSetLoadEvent.idl
|
| @@ -32,6 +32,6 @@
|
| [
|
| NoInterfaceObject,
|
| RuntimeEnabled=FontLoadEvents,
|
| -] interface CSSFontFaceLoadEvent : Event {
|
| +] interface FontFaceSetLoadEvent : Event {
|
| readonly attribute FontFace[] fontfaces;
|
| };
|
|
|