Index: Source/modules/notifications/DOMWindowNotifications.idl |
diff --git a/Source/modules/notifications/DOMWindowNotifications.idl b/Source/modules/notifications/DOMWindowNotifications.idl |
index ba1476ead90600874a541d12f676f5f7a769cfaa..bfb7fabda4465d5086f48fab6656ae31cbcd6844 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=notifications, MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds] readonly attribute NotificationCenter webkitNotifications; |
#endif |
-#if defined(ENABLE_NOTIFICATIONS) && ENABLE_NOTIFICATIONS |
- attribute NotificationConstructor Notification; |
-#endif |
}; |