| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| index 6d0ae208f04c2eba15ac9754f9becf64aba9cb2b..dc1e82525d37d929d2d79b7da5af6e809ffba11b 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| @@ -461,6 +461,7 @@ void ServiceWorkerGlobalScopeProxy::DispatchPaymentRequestEvent(
|
| wait_until_observer);
|
|
|
| Event* event = PaymentRequestEvent::Create(
|
| + WorkerGlobalScope()->ScriptController()->GetScriptState(),
|
| EventTypeNames::paymentrequest,
|
| PaymentRequestEventDataConversion::ToPaymentRequestEventInit(
|
| WorkerGlobalScope()->ScriptController()->GetScriptState(),
|
|
|