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

Unified Diff: Source/modules/notifications/NotificationCenter.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/NotificationCenter.idl
diff --git a/Source/modules/notifications/NotificationCenter.idl b/Source/modules/notifications/NotificationCenter.idl
index 813f4c4b733f0f55171f46e57ace1a7effecf91c..9dbc0fe68ab67642e977ca2f5816a3d26a8c3e9b 100644
--- a/Source/modules/notifications/NotificationCenter.idl
+++ b/Source/modules/notifications/NotificationCenter.idl
@@ -32,7 +32,7 @@
[
NoInterfaceObject,
Conditional=LEGACY_NOTIFICATIONS,
- ActiveDOMObject,
+ ActiveDOMObject
] interface NotificationCenter {
#if !defined(ENABLE_TEXT_NOTIFICATIONS_ONLY) || !ENABLE_TEXT_NOTIFICATIONS_ONLY
[EnabledPerContext=htmlNotifications, MeasureAs=LegacyHTMLNotifications, ActivityLog=Access, RaisesException] Notification createHTMLNotification(DOMString url);
« no previous file with comments | « Source/modules/notifications/DOMWindowNotifications.idl ('k') | Source/modules/notifications/WorkerContextNotifications.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698