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

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

Powered by Google App Engine
This is Rietveld 408576698