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

Unified Diff: Source/modules/notifications/Notification.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/Notification.idl
diff --git a/Source/modules/notifications/Notification.idl b/Source/modules/notifications/Notification.idl
index b8db2d0875d6553dbcf86cab7af40158b93fb2e0..1ef74c48660d89a81d87dace6c82f693b33d4c1b 100644
--- a/Source/modules/notifications/Notification.idl
+++ b/Source/modules/notifications/Notification.idl
@@ -33,7 +33,7 @@
ActiveDOMObject,
Constructor(DOMString title, [Default=Undefined] optional Dictionary options),
ConstructorCallWith=ExecutionContext,
- RuntimeEnabled=notifications
+ RuntimeEnabled=Notifications,
] interface Notification : EventTarget {
[CallWith=ExecutionContext] static readonly attribute DOMString permission;
[CallWith=ExecutionContext] static void requestPermission(optional NotificationPermissionCallback callback);
« no previous file with comments | « Source/modules/mediastream/RTCPeerConnection.idl ('k') | Source/modules/notifications/WebKitNotification.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698