| 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..83e985a9014a29ed99d206544f5008611e20b307 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequest.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.idl
|
| @@ -24,5 +24,5 @@
|
| attribute EventHandler onshippingoptionchange;
|
|
|
| // https://github.com/w3c/browser-payment-api/issues/310
|
| - [CallWith=ScriptState, RuntimeEnabled=CanMakeActivePayment] Promise<boolean> canMakeActivePayment();
|
| + [CallWith=ScriptState, RuntimeEnabled=CanMakePayment] Promise<boolean> canMakePayment();
|
| };
|
|
|