Index: modules/notifications/NotificationCenter.idl |
diff --git a/modules/notifications/NotificationCenter.idl b/modules/notifications/NotificationCenter.idl |
index 50b5e1514b0c8750a9147b83195d30ba42239fae..9c27269e1c39f84a098a54c02447cd301a892beb 100644 |
--- a/modules/notifications/NotificationCenter.idl |
+++ b/modules/notifications/NotificationCenter.idl |
@@ -34,7 +34,6 @@ |
Conditional=LEGACY_NOTIFICATIONS, |
ActiveDOMObject |
] interface NotificationCenter { |
- [EnabledPerContext=htmlNotifications, MeasureAs=LegacyHTMLNotifications, ActivityLog=Access, RaisesException] Notification createHTMLNotification(DOMString url); |
[MeasureAs=LegacyTextNotifications, ActivityLog=Access, RaisesException] Notification createNotification(DOMString iconUrl, DOMString title, DOMString body); |
long checkPermission(); |