summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/notifications/Notification.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/notifications/Notification.idl')
-rw-r--r--src/3rdparty/webkit/WebCore/notifications/Notification.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/notifications/Notification.idl b/src/3rdparty/webkit/WebCore/notifications/Notification.idl
index eca2eb4..ec6a9c8 100644
--- a/src/3rdparty/webkit/WebCore/notifications/Notification.idl
+++ b/src/3rdparty/webkit/WebCore/notifications/Notification.idl
@@ -31,7 +31,8 @@
module threads {
interface [
- Conditional=NOTIFICATIONS
+ Conditional=NOTIFICATIONS,
+ EventTarget
] Notification {
void show();
void cancel();