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

Unified Diff: modules/notifications/WorkerContextNotifications.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/WindowNotifications.idl ('k') | modules/performance/WorkerContextPerformance.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/notifications/WorkerContextNotifications.idl
diff --git a/modules/notifications/WorkerContextNotifications.idl b/modules/notifications/WorkerContextNotifications.idl
index aae97b3b6f59af88c784f5af5e091dd849803a48..e8f86b9ab89609a4b11d2c3ada5bbb9afa5c2d4c 100644
--- a/modules/notifications/WorkerContextNotifications.idl
+++ b/modules/notifications/WorkerContextNotifications.idl
@@ -27,8 +27,6 @@
[
Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS
] partial interface WorkerContext {
-#if defined(ENABLE_LEGACY_NOTIFICATIONS) && ENABLE_LEGACY_NOTIFICATIONS
- [EnabledAtRuntime=notifications] readonly attribute NotificationCenter webkitNotifications;
-#endif
+ [EnabledAtRuntime=notifications, Conditional=LEGACY_NOTIFICATIONS] readonly attribute NotificationCenter webkitNotifications;
};
« no previous file with comments | « modules/notifications/WindowNotifications.idl ('k') | modules/performance/WorkerContextPerformance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698