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

Unified Diff: Source/modules/notifications/WorkerGlobalScopeNotifications.idl

Issue 130943004: Regularize extended attributes on partial interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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
Index: Source/modules/notifications/WorkerGlobalScopeNotifications.idl
diff --git a/Source/modules/notifications/WorkerGlobalScopeNotifications.idl b/Source/modules/notifications/WorkerGlobalScopeNotifications.idl
index f6468a74764ae21ff9df99db2efc68bdc5175af9..932dcfba8c954a2d2cc727f2d94fff52b5ea71d6 100644
--- a/Source/modules/notifications/WorkerGlobalScopeNotifications.idl
+++ b/Source/modules/notifications/WorkerGlobalScopeNotifications.idl
@@ -25,7 +25,8 @@
*/
[
- Conditional=LEGACY_NOTIFICATIONS
+ Conditional=LEGACY_NOTIFICATIONS,
+ RuntimeEnabled=Notifications,
] partial interface WorkerGlobalScope {
- [RuntimeEnabled=Notifications] readonly attribute NotificationCenter webkitNotifications;
+ readonly attribute NotificationCenter webkitNotifications;
};
« no previous file with comments | « Source/modules/notifications/WindowNotifications.idl ('k') | Source/modules/performance/SharedWorkerPerformance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698