| Index: Source/modules/push_messaging/PushSubscription.idl
|
| diff --git a/Source/modules/push_messaging/PushSubscription.idl b/Source/modules/push_messaging/PushSubscription.idl
|
| index 0800cd206c7b1f7219806f3f2bd6ec2bdbeb9317..0575d1f5af6befeb84b74f05688ed0872c6e3bbf 100644
|
| --- a/Source/modules/push_messaging/PushSubscription.idl
|
| +++ b/Source/modules/push_messaging/PushSubscription.idl
|
| @@ -10,7 +10,6 @@
|
| RuntimeEnabled=PushMessaging,
|
| ] interface PushSubscription {
|
| readonly attribute USVString endpoint;
|
| - [DeprecateAs=PushSubscriptionId] readonly attribute DOMString subscriptionId;
|
| [CallWith=ScriptState] Promise<boolean> unsubscribe();
|
|
|
| serializer = { attribute };
|
|
|