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