| Index: third_party/WebCore/Modules/notifications/Notification.idl
|
| diff --git a/third_party/WebCore/Modules/notifications/Notification.idl b/third_party/WebCore/Modules/notifications/Notification.idl
|
| index da2eb7f245f9f56c6eb3b755a8d6665dcb4be33f..0f029f863a71163b39584b6c9334cab4a9485ecb 100644
|
| --- a/third_party/WebCore/Modules/notifications/Notification.idl
|
| +++ b/third_party/WebCore/Modules/notifications/Notification.idl
|
| @@ -52,7 +52,7 @@ module threads {
|
|
|
|
|
| #if defined(ENABLE_NOTIFICATIONS) && ENABLE_NOTIFICATIONS
|
| - [CallWith=ScriptExecutionContext] static DOMString permissionLevel();
|
| + static readonly attribute [CallWith=ScriptExecutionContext] DOMString permission;
|
| [Custom] static void requestPermission(in NotificationPermissionCallback callback);
|
| #endif
|
|
|
|
|