Index: core/dom/EventListener.idl |
diff --git a/core/dom/EventListener.idl b/core/dom/EventListener.idl |
index 9d174534e1874fcd18386f77e2c21d835f2ff8d0..fc4b8bc62b4ed9e47399b2987a783d47dabf94df 100644 |
--- a/core/dom/EventListener.idl |
+++ b/core/dom/EventListener.idl |
@@ -18,8 +18,7 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
-[ |
-] interface EventListener { |
- void handleEvent(Event evt); |
+callback interface EventListener { |
+ void handleEvent(Event event); |
}; |