Index: third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl |
index d2095f955a69ab8962b53ec0d5ae9c028a0f9951..da420342043fb7fcf331756922ee4db5b452424f 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl |
@@ -7,5 +7,5 @@ |
[ |
RuntimeEnabled=PaymentApp, |
] partial interface ServiceWorkerRegistration { |
- [CallWith=ScriptState] readonly attribute PaymentAppManager paymentAppManager; |
+ [CallWith=ScriptState] readonly attribute PaymentManager paymentManager; |
}; |