| Index: modules/notifications/NotificationCenter.idl
|
| diff --git a/modules/notifications/NotificationCenter.idl b/modules/notifications/NotificationCenter.idl
|
| index 9c27269e1c39f84a098a54c02447cd301a892beb..fb23a664060b66780c27095d0333a26af9727873 100644
|
| --- a/modules/notifications/NotificationCenter.idl
|
| +++ b/modules/notifications/NotificationCenter.idl
|
| @@ -34,7 +34,7 @@
|
| Conditional=LEGACY_NOTIFICATIONS,
|
| ActiveDOMObject
|
| ] interface NotificationCenter {
|
| - [MeasureAs=LegacyTextNotifications, ActivityLog=Access, RaisesException] Notification createNotification(DOMString iconUrl, DOMString title, DOMString body);
|
| + [MeasureAs=LegacyTextNotifications, ActivityLogging=AccessForAllWorlds, RaisesException] Notification createNotification(DOMString iconUrl, DOMString title, DOMString body);
|
|
|
| long checkPermission();
|
| void requestPermission(optional VoidCallback callback);
|
|
|