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

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

Issue 109943003: IDL compiler: [ConstructorCallWith] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add FIXME Created 7 years 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/WebKitNotification.idl
diff --git a/Source/modules/notifications/WebKitNotification.idl b/Source/modules/notifications/WebKitNotification.idl
index 9222e6ce0512f237b6cd6f1c2e5e40ca93219ae5..52899ff5879d234d7697d1d04d3809351596138d 100644
--- a/Source/modules/notifications/WebKitNotification.idl
+++ b/Source/modules/notifications/WebKitNotification.idl
@@ -29,10 +29,10 @@
*/
[
- NoInterfaceObject,
ActiveDOMObject,
Conditional=LEGACY_NOTIFICATIONS,
- RuntimeEnabled=notifications
+ NoInterfaceObject,
+ RuntimeEnabled=Notifications,
] interface WebKitNotification : EventTarget {
void show();
void cancel();
« no previous file with comments | « Source/modules/notifications/Notification.idl ('k') | Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698