| 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);
|
|
|