| Index: Source/modules/pushmessaging/PushManager.idl
|
| diff --git a/Source/core/animation/DocumentAnimation.idl b/Source/modules/pushmessaging/PushManager.idl
|
| similarity index 51%
|
| copy from Source/core/animation/DocumentAnimation.idl
|
| copy to Source/modules/pushmessaging/PushManager.idl
|
| index 2bfb6a74b00d388c5f585b10f2d56950155c2458..80148ae23948610b145270e0b54233d22530f1ad 100644
|
| --- a/Source/core/animation/DocumentAnimation.idl
|
| +++ b/Source/modules/pushmessaging/PushManager.idl
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - RuntimeEnabled=WebAnimationsAPI,
|
| -] partial interface Document {
|
| - readonly attribute Timeline timeline;
|
| + NoInterfaceObject,
|
| +] interface PushManager {
|
| + [CallWith=ExecutionContext, ImplementedAs=registerPushMessaging] Promise register(DOMString channelname);
|
| };
|
|
|