Index: third_party/WebKit/Source/modules/payments/PaymentItem.idl |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentItem.idl b/third_party/WebKit/Source/modules/payments/PaymentItem.idl |
index 25cfa72f76169243a4c2a56e2657ee8a95a3d9ca..7a7ab7dc2ea6c56eb63246e00aefee8e3994562e 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentItem.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentItem.idl |
@@ -7,7 +7,6 @@ |
[ |
RuntimeEnabled=PaymentRequest |
] dictionary PaymentItem { |
- required DOMString id; |
required DOMString label; |
required CurrencyAmount amount; |
}; |