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 1c43301078d2d6a6ed7de67612f3b8a0e44f3678..11811da2b2bfb06184015c89400de642cca3758b 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentItem.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentItem.idl |
@@ -4,9 +4,7 @@ |
// https://w3c.github.io/browser-payment-api/specs/paymentrequest.html#paymentitem-dictionary |
-[ |
- RuntimeEnabled=PaymentRequest |
-] dictionary PaymentItem { |
+dictionary PaymentItem { |
required DOMString label; |
required PaymentCurrencyAmount amount; |
}; |