Index: Source/modules/notifications/DOMWindowNotifications.idl |
diff --git a/Source/modules/notifications/DOMWindowNotifications.idl b/Source/modules/notifications/DOMWindowNotifications.idl |
index ca5e3b98392b182a38be4a723b74768736b5865b..78d2d05fe0e357c0a5f8b1e5b119008ed2fe1814 100644 |
--- a/Source/modules/notifications/DOMWindowNotifications.idl |
+++ b/Source/modules/notifications/DOMWindowNotifications.idl |
@@ -30,8 +30,5 @@ |
#if defined(ENABLE_LEGACY_NOTIFICATIONS) && ENABLE_LEGACY_NOTIFICATIONS |
[EnabledAtRuntime, MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds] readonly attribute NotificationCenter webkitNotifications; |
#endif |
-#if defined(ENABLE_NOTIFICATIONS) && ENABLE_NOTIFICATIONS |
- attribute NotificationConstructor Notification; |
-#endif |
}; |