Index: core/css/FontLoader.idl |
diff --git a/core/css/FontLoader.idl b/core/css/FontLoader.idl |
index 4e922c1ee52e7376b1c77cf44310578c9c22fbeb..06ce8c0bcfd3c4259940702e593e51ada70c1f75 100644 |
--- a/core/css/FontLoader.idl |
+++ b/core/css/FontLoader.idl |
@@ -35,11 +35,11 @@ |
GenerateIsReachable=document |
] interface FontLoader : EventTarget { |
- attribute EventListener onloading; |
- attribute EventListener onloadingdone; |
- attribute EventListener onloadstart; |
- attribute EventListener onload; |
- attribute EventListener onerror; |
+ attribute EventHandler onloading; |
+ attribute EventHandler onloadingdone; |
+ attribute EventHandler onloadstart; |
+ attribute EventHandler onload; |
+ attribute EventHandler onerror; |
boolean checkFont(DOMString font, [Default=NullString] optional DOMString text); |
void loadFont(Dictionary params); |