| Index: third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.h b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| index 12b7dd5988a886ac450a702d44c3e06c53510090..178f05d6c98b1ebbb583ed41b0c6aa72f3d1c609 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| @@ -68,7 +68,7 @@ public:
|
|
|
| // PaymentUpdater:
|
| void onUpdatePaymentDetails(const ScriptValue& detailsScriptValue) override;
|
| - void onUpdatePaymentDetailsFailure(const ScriptValue& error) override;
|
| + void onUpdatePaymentDetailsFailure(const String& error) override;
|
|
|
| DECLARE_TRACE();
|
|
|
|
|