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