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

Unified Diff: Source/modules/notifications/WindowNotifications.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/WindowNotifications.idl
diff --git a/Source/modules/notifications/WindowNotifications.idl b/Source/modules/notifications/WindowNotifications.idl
index 9f74cf00abb6dd2a719b8a9a1a97f410754cf8a0..00173108155db3dba6b7b30573367d6750d2eb53 100644
--- a/Source/modules/notifications/WindowNotifications.idl
+++ b/Source/modules/notifications/WindowNotifications.idl
@@ -26,7 +26,8 @@
[
Conditional=LEGACY_NOTIFICATIONS,
- ImplementedAs=DOMWindowNotifications
+ ImplementedAs=DOMWindowNotifications,
+ RuntimeEnabled=Notifications,
] partial interface Window {
- [RuntimeEnabled=Notifications, MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLogging=GetterForIsolatedWorlds] readonly attribute NotificationCenter webkitNotifications;
+ [MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLogging=GetterForIsolatedWorlds] readonly attribute NotificationCenter webkitNotifications;
};

Powered by Google App Engine
This is Rietveld 408576698