Index: third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-request-event.js |
diff --git a/third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-request-event.js b/third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-request-event.js |
index 0040108ed72b8f86c14f926f21c725969b32b50e..50762512594175bfa0ff0a92854b191db6c95e49 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-request-event.js |
+++ b/third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-request-event.js |
@@ -4,5 +4,5 @@ test(() => { |
assert_true('PaymentRequestEvent' in self); |
assert_inherits(PaymentRequestEvent.prototype, 'waitUntil'); |
assert_own_property(PaymentRequestEvent.prototype, 'respondWith'); |
- assert_own_property(PaymentRequestEvent.prototype, 'data'); |
+ assert_own_property(PaymentRequestEvent.prototype, 'appRequest'); |
}); |