| Index: third_party/WebKit/Source/modules/push_messaging/PushSubscription.idl
|
| diff --git a/third_party/WebKit/Source/modules/push_messaging/PushSubscription.idl b/third_party/WebKit/Source/modules/push_messaging/PushSubscription.idl
|
| index bae659f6588d0becf4553ee8f444a96ff186bb73..5f3c3dd976809a8f531bcf866db7570619aa05df 100644
|
| --- a/third_party/WebKit/Source/modules/push_messaging/PushSubscription.idl
|
| +++ b/third_party/WebKit/Source/modules/push_messaging/PushSubscription.idl
|
| @@ -10,7 +10,7 @@ enum PushEncryptionKeyName {
|
| };
|
|
|
| [
|
| - Exposed=(Window,ServiceWorker),
|
| + Exposed=(Window,Worker),
|
| RuntimeEnabled=PushMessaging,
|
| ] interface PushSubscription {
|
| readonly attribute USVString endpoint;
|
|
|