summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/EventListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/EventListener.idl')
-rw-r--r--WebCore/dom/EventListener.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/EventListener.idl b/WebCore/dom/EventListener.idl
index 1edf52f..023777b 100644
--- a/WebCore/dom/EventListener.idl
+++ b/WebCore/dom/EventListener.idl
@@ -25,7 +25,7 @@ module events {
NoStaticTables,
ObjCProtocol,
PureInterface,
- InterfaceUUID=B04F2AE3-71E2-4ebe-ABFE-EF4938354082,
+ OmitConstructor
] EventListener {
void handleEvent(in Event evt);
};