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 71284189bf1531b1c9b8e6ddef88757c10ac2b73..9d21cb9dc18da5524ea454b59198049d76d058d9 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl |
@@ -17,6 +17,7 @@ enum PaymentComplete { |
] interface PaymentResponse { |
serializer = {attribute}; |
+ readonly attribute DOMString requestId; |
readonly attribute DOMString methodName; |
[RuntimeEnabled=PaymentRequestPayerName] readonly attribute DOMString? payerName; |
readonly attribute DOMString? payerEmail; |