Index: third_party/WebKit/Source/modules/payments/PaymentResponse.idl |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl |
index 42cfba3747c865f2a39dd6eb69e1d70027ac9986..a8f6fd8773dbe747ff97414b115882fe62c61f89 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl |
@@ -15,6 +15,8 @@ enum PaymentComplete { |
[ |
RuntimeEnabled=PaymentRequest, |
] interface PaymentResponse { |
+ serializer = {attribute}; |
+ |
readonly attribute DOMString methodName; |
readonly attribute DOMString? payerEmail; |
readonly attribute DOMString? payerPhone; |