| Index: third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.cpp
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.cpp b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.cpp
|
| index 940f5a4a2c2401c99f281af7fcaed50e75c544e4..292b7117034f9a38801f846f9015b36629f79e1b 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.cpp
|
| @@ -40,8 +40,7 @@ PaymentAppManager* PaymentAppServiceWorkerRegistration::paymentAppManager(
|
| PaymentAppManager* PaymentAppServiceWorkerRegistration::paymentAppManager(
|
| ScriptState* scriptState) {
|
| if (!m_paymentAppManager) {
|
| - m_paymentAppManager = PaymentAppManager::create(
|
| - scriptState->getExecutionContext(), m_registration);
|
| + m_paymentAppManager = PaymentAppManager::create(m_registration);
|
| }
|
| return m_paymentAppManager.get();
|
| }
|
|
|