Index: third_party/WebKit/Source/modules/payments/PaymentResponse.cpp |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp b/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp |
index e79a75d89936ed83bccd849646cf6cf296640e25..7b566af41782fcdda4b447fe39929cd0da369067 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp |
+++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp |
@@ -28,7 +28,6 @@ namespace blink { |
PaymentResponse::PaymentResponse(mojom::blink::PaymentResponsePtr response, PaymentCompleter* paymentCompleter) |
: m_methodName(response->method_name) |
- , m_totalAmount(response->total_amount->To<CurrencyAmount>()) |
, m_stringifiedDetails(response->stringified_details) |
, m_shippingAddress(response->shipping_address ? new PaymentAddress(std::move(response->shipping_address)) : nullptr) |
, m_payerEmail(response->payer_email) |