| Index: third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl
|
| index f5c7fd73f5889bf90f0805eeaa302857d065a471..d2095f955a69ab8962b53ec0d5ae9c028a0f9951 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl
|
| @@ -7,5 +7,5 @@
|
| [
|
| RuntimeEnabled=PaymentApp,
|
| ] partial interface ServiceWorkerRegistration {
|
| - readonly attribute PaymentAppManager paymentAppManager;
|
| + [CallWith=ScriptState] readonly attribute PaymentAppManager paymentAppManager;
|
| };
|
|
|