| Index: modules/notifications/NotificationCenter.idl
|
| ===================================================================
|
| --- modules/notifications/NotificationCenter.idl (revision 22811)
|
| +++ modules/notifications/NotificationCenter.idl (working copy)
|
| @@ -38,7 +38,7 @@
|
| #endif
|
| [MeasureAs=LegacyTextNotifications, ActivityLog=Access, RaisesException] Notification createNotification(DOMString iconUrl, DOMString title, DOMString body);
|
|
|
| - int checkPermission();
|
| + long checkPermission();
|
| void requestPermission(optional VoidCallback callback);
|
| };
|
|
|
|
|