| Index: third_party/WebKit/Source/modules/notifications/Notification.idl
|
| diff --git a/third_party/WebKit/Source/modules/notifications/Notification.idl b/third_party/WebKit/Source/modules/notifications/Notification.idl
|
| index 4c0fbedffe00e383190907e8893035e0bb38dd9d..3d79716e6d6069feab0216c37eb5bc5c1d5bd2b5 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.idl
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.idl
|
| @@ -49,7 +49,7 @@ enum NotificationPermission {
|
| RaisesException=Constructor,
|
| RuntimeEnabled=Notifications,
|
| ] interface Notification : EventTarget {
|
| - [CallWith=ExecutionContext, MeasureAs=NotificationPermission] static readonly attribute NotificationPermission permission;
|
| + [CallWith=ScriptState, MeasureAs=NotificationPermission] static readonly attribute NotificationPermission permission;
|
|
|
| [CallWith=ScriptState, Exposed=Window, MeasureAs=NotificationPermissionRequested] static Promise<NotificationPermission> requestPermission(optional NotificationPermissionCallback deprecatedCallback);
|
|
|
|
|