Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: modules/notifications/WindowNotifications.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/notifications/NotificationCenter.idl ('k') | modules/notifications/WorkerContextNotifications.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/notifications/WindowNotifications.idl
diff --git a/modules/notifications/DOMWindowNotifications.idl b/modules/notifications/WindowNotifications.idl
similarity index 84%
rename from modules/notifications/DOMWindowNotifications.idl
rename to modules/notifications/WindowNotifications.idl
index 9fc786583bded1149c1c6a80cd5d0db89280f3d2..7f474e55a63ffcf42a9061023c3196d96b73bc5e 100644
--- a/modules/notifications/DOMWindowNotifications.idl
+++ b/modules/notifications/WindowNotifications.idl
@@ -25,10 +25,9 @@
*/
[
- 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
+ Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS,
+ ImplementedAs=DOMWindowNotifications
+] partial interface Window {
+ [EnabledAtRuntime=notifications, MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds, Conditional=LEGACY_NOTIFICATIONS] readonly attribute NotificationCenter webkitNotifications;
};
« no previous file with comments | « modules/notifications/NotificationCenter.idl ('k') | modules/notifications/WorkerContextNotifications.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698