| Index: Source/modules/push_messaging/PushManager.idl
|
| diff --git a/Source/modules/push_messaging/PushManager.idl b/Source/modules/push_messaging/PushManager.idl
|
| index 4346304f2dd9b9587ee20ff38a6040123f267944..149b8d2b4e50080fd0749ab396916c283a60961c 100644
|
| --- a/Source/modules/push_messaging/PushManager.idl
|
| +++ b/Source/modules/push_messaging/PushManager.idl
|
| @@ -2,10 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// http://w3c.github.io/push-api/#pushregistrationmanager-interface
|
| +
|
| [
|
| NoInterfaceObject,
|
| RuntimeEnabled=PushMessaging,
|
| GarbageCollected,
|
| ] interface PushManager {
|
| - [CallWith=ScriptState, ImplementedAs=registerPushMessaging] Promise register(DOMString senderId);
|
| + [CallWith=ScriptState, ImplementedAs=registerPushMessaging] Promise register();
|
| };
|
|
|