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

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

Issue 15650003: Remove trailing commas from Blink IDLs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase to HEAD (again) Created 7 years, 7 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/DOMWindowNotifications.idl
diff --git a/Source/modules/notifications/DOMWindowNotifications.idl b/Source/modules/notifications/DOMWindowNotifications.idl
index bfb7fabda4465d5086f48fab6656ae31cbcd6844..9fc786583bded1149c1c6a80cd5d0db89280f3d2 100644
--- a/Source/modules/notifications/DOMWindowNotifications.idl
+++ b/Source/modules/notifications/DOMWindowNotifications.idl
@@ -25,7 +25,7 @@
*/
[
- Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS,
+ 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;
« no previous file with comments | « Source/modules/mediastream/RTCStatsResponse.idl ('k') | Source/modules/notifications/NotificationCenter.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698