| Index: third_party/WebKit/Source/modules/payments/PaymentAddress.h
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentAddress.h b/third_party/WebKit/Source/modules/payments/PaymentAddress.h
|
| index 53ce0c3964e4d98dd6130311826805148a151fb5..beaeaa8816366134072711031fa6b3ddbcfa784d 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentAddress.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentAddress.h
|
| @@ -38,7 +38,6 @@ class MODULES_EXPORT PaymentAddress final
|
| const String& languageCode() const { return m_languageCode; }
|
| const String& organization() const { return m_organization; }
|
| const String& recipient() const { return m_recipient; }
|
| - const String careOf() const { return WTF::emptyString(); }
|
| const String& phone() const { return m_phone; }
|
|
|
| DEFINE_INLINE_TRACE() {}
|
|
|