| 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 fa7c6e32d0bc9368eb3cc34fa6a2335914ad4078..180f9bfe5753d8ecd42638812988a2310233d408 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=ScriptState,
|
| + ConstructorCallWith=Document,
|
| RaisesException=Constructor,
|
| ActiveScriptWrappable,
|
| DependentLifetime,
|
|
|