| Index: third_party/WebKit/Source/modules/payments/PaymentAddress.cpp
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentAddress.cpp b/third_party/WebKit/Source/modules/payments/PaymentAddress.cpp
|
| index ded6d4c01c834fd31e4527257997b09a8ea722c6..844ba4810eca43b52b1b4eba614152fb8e2d2ebf 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentAddress.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentAddress.cpp
|
| @@ -20,7 +20,6 @@ PaymentAddress::PaymentAddress(mojom::blink::PaymentAddressPtr address)
|
| , m_languageCode(address->language_code)
|
| , m_organization(address->organization)
|
| , m_recipient(address->recipient)
|
| - , m_careOf(address->careOf)
|
| , m_phone(address->phone)
|
| {
|
| if (!m_languageCode.isEmpty() && !address->script_code.isEmpty()) {
|
|
|