Index: Source/modules/notifications/DOMWindowNotifications.idl |
diff --git a/Source/modules/notifications/DOMWindowNotifications.idl b/Source/modules/notifications/DOMWindowNotifications.idl |
index 7e270ceb1c33920a77887c28722d8fc78f9346e3..f126a036a433aedf8cf578e0db0c43f6202d8610 100644 |
--- a/Source/modules/notifications/DOMWindowNotifications.idl |
+++ b/Source/modules/notifications/DOMWindowNotifications.idl |
@@ -29,7 +29,7 @@ |
Supplemental=DOMWindow |
] interface DOMWindowNotifications { |
#if defined(ENABLE_LEGACY_NOTIFICATIONS) && ENABLE_LEGACY_NOTIFICATIONS |
- [EnabledAtRuntime, MeasureAs=LegacyNotifications] readonly attribute NotificationCenter webkitNotifications; |
+ [EnabledAtRuntime, MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds] readonly attribute NotificationCenter webkitNotifications; |
#endif |
#if defined(ENABLE_NOTIFICATIONS) && ENABLE_NOTIFICATIONS |
attribute NotificationConstructor Notification; |