Index: Source/modules/notifications/DOMWindowNotifications.idl |
diff --git a/Source/modules/notifications/WindowNotifications.idl b/Source/modules/notifications/DOMWindowNotifications.idl |
similarity index 93% |
rename from Source/modules/notifications/WindowNotifications.idl |
rename to Source/modules/notifications/DOMWindowNotifications.idl |
index 5cf9a08405a9028529972b15bdebcc4c48346544..9fc786583bded1149c1c6a80cd5d0db89280f3d2 100644 |
--- a/Source/modules/notifications/WindowNotifications.idl |
+++ b/Source/modules/notifications/DOMWindowNotifications.idl |
@@ -25,9 +25,8 @@ |
*/ |
[ |
- Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS, |
- ImplementedAs=DOMWindowNotifications |
-] partial interface Window { |
+ Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS |
+] partial interface DOMWindow { |
#if defined(ENABLE_LEGACY_NOTIFICATIONS) && ENABLE_LEGACY_NOTIFICATIONS |
[EnabledAtRuntime=notifications, MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds] readonly attribute NotificationCenter webkitNotifications; |
#endif |