summaryrefslogtreecommitdiffstats
path: root/WebCore/workers/WorkerContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/workers/WorkerContext.idl')
-rw-r--r--WebCore/workers/WorkerContext.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/workers/WorkerContext.idl b/WebCore/workers/WorkerContext.idl
index 17bee55..0a5817c 100644
--- a/WebCore/workers/WorkerContext.idl
+++ b/WebCore/workers/WorkerContext.idl
@@ -72,7 +72,7 @@ module threads {
#if defined(ENABLE_NOTIFICATIONS) && ENABLE_NOTIFICATIONS
// Notification interface
- readonly attribute NotificationCenter webkitNotifications;
+ readonly attribute [EnabledAtRuntime] NotificationCenter webkitNotifications;
#endif
// Constructors