| Index: Source/modules/notifications/NotificationCenter.idl
|
| diff --git a/Source/modules/notifications/NotificationCenter.idl b/Source/modules/notifications/NotificationCenter.idl
|
| index bd9bfaec626fe71490c1f96b781f5131ddf49830..284659808e74140b2d98c09162ee6a5d43044f76 100644
|
| --- a/Source/modules/notifications/NotificationCenter.idl
|
| +++ b/Source/modules/notifications/NotificationCenter.idl
|
| @@ -34,9 +34,9 @@
|
| ActiveDOMObject,
|
| ] interface NotificationCenter {
|
| #if !defined(ENABLE_TEXT_NOTIFICATIONS_ONLY) || !ENABLE_TEXT_NOTIFICATIONS_ONLY
|
| - [EnabledPerContext=htmlNotifications, MeasureAs=LegacyHTMLNotifications, RaisesException] Notification createHTMLNotification(DOMString url);
|
| + [EnabledPerContext=htmlNotifications, MeasureAs=LegacyHTMLNotifications, ActivityLog=Access, RaisesException] Notification createHTMLNotification(DOMString url);
|
| #endif
|
| - [MeasureAs=LegacyTextNotifications, RaisesException] Notification createNotification(DOMString iconUrl, DOMString title, DOMString body);
|
| + [MeasureAs=LegacyTextNotifications, ActivityLog=Access, RaisesException] Notification createNotification(DOMString iconUrl, DOMString title, DOMString body);
|
|
|
| int checkPermission();
|
| void requestPermission([Callback] optional VoidCallback callback);
|
|
|