Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(887)

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentResponse.idl

Issue 2349133002: PaymentRequest: Make the PaymentResponse interface serializable. (Closed)
Patch Set: PaymentRequest: Make the PaymentResponse interface serializable. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 5bf413b98c71984ee7b439e3d0a163aae71b4bb2..686cf46f669702a06ba2139e9a888c4abf2cc3d0 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;
[RuntimeEnabled=PaymentRequestPayerName] readonly attribute DOMString? payerName;
readonly attribute DOMString? payerEmail;

Powered by Google App Engine
This is Rietveld 408576698