| Index: third_party/WebKit/Source/modules/payments/PaymentRequest.idl
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.idl b/third_party/WebKit/Source/modules/payments/PaymentRequest.idl
|
| index 943b325dde16a05e7514fb3e70429ce84f677553..2a920ede557fe187c3583bf68b1732de30c61456 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequest.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.idl
|
| @@ -8,7 +8,7 @@
|
| [
|
| RuntimeEnabled=PaymentRequest,
|
| Constructor(sequence<PaymentMethodData> methodData, PaymentDetails details, optional PaymentOptions options),
|
| - ConstructorCallWith=Document,
|
| + ConstructorCallWith=ScriptState,
|
| RaisesException=Constructor,
|
| ActiveScriptWrappable,
|
| DependentLifetime,
|
|
|