| 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 3290d3e2fd872d2fb6d19bc061d020ee6a6770c3..539508cb7cd7ccd6827f0fcb8488f03fe1bde398 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| @@ -97,8 +97,6 @@ private:
|
| // Clears the promise resolvers and closes the Mojo connection.
|
| void clearResolversAndCloseMojoConnection();
|
|
|
| - Vector<MethodData> m_methodData;
|
| - PaymentDetails m_details;
|
| PaymentOptions m_options;
|
| Member<PaymentAddress> m_shippingAddress;
|
| String m_shippingOption;
|
|
|