| Index: third_party/WebKit/Source/modules/payments/PaymentAppManager.idl
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppManager.idl b/third_party/WebKit/Source/modules/payments/PaymentAppManager.idl
|
| index c2a284040098244545c4956fdd7a15439f09b92b..d97c5b2072f3e3ac965f6e9b6020b886cf7c3bc3 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentAppManager.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentAppManager.idl
|
| @@ -6,7 +6,7 @@
|
|
|
| [
|
| RuntimeEnabled=PaymentApp,
|
| - ConstructorCallWith=ScriptState,
|
| + ConstructorCallWith=ExecutionContext,
|
| DependentLifetime,
|
| ] interface PaymentAppManager {
|
| [CallWith=ScriptState] Promise<void> setManifest(PaymentAppManifest manifest);
|
|
|