| Index: third_party/WebCore/notifications/DOMWindowNotifications.idl
|
| diff --git a/third_party/WebCore/notifications/DOMWindowNotifications.idl b/third_party/WebCore/notifications/DOMWindowNotifications.idl
|
| index 1df1b11f96440fe01c269a575929f7bd0da95cc6..ea8a129c57a1dc6865b1558c9e3c74653d9df296 100644
|
| --- a/third_party/WebCore/notifications/DOMWindowNotifications.idl
|
| +++ b/third_party/WebCore/notifications/DOMWindowNotifications.idl
|
| @@ -30,7 +30,9 @@ module window {
|
| Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS,
|
| Supplemental=DOMWindow
|
| ] DOMWindowNotifications {
|
| +#if defined(ENABLE_LEGACY_NOTIFICATIONS) && ENABLE_LEGACY_NOTIFICATIONS
|
| readonly attribute [V8EnabledAtRuntime] NotificationCenter webkitNotifications;
|
| +#endif
|
| #if defined(ENABLE_NOTIFICATIONS) && ENABLE_NOTIFICATIONS
|
| attribute NotificationConstructor Notification;
|
| #endif
|
|
|