| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 6a7fc6125a5a377ab45625d0aff3e263b1a67e3c..e4c0047e230698869b903afd147484969cf9984b 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -108,8 +108,7 @@ class ServiceWorkerGlobalScopeProxy final
|
| const WebNotificationData&) override;
|
| void dispatchPushEvent(int, const WebString& data) override;
|
| void dispatchSyncEvent(int, const WebString& tag, LastChanceOption) override;
|
| - void dispatchPaymentRequestEvent(int,
|
| - const WebPaymentAppRequestData&) override;
|
| + void dispatchPaymentRequestEvent(int, const WebPaymentAppRequest&) override;
|
| bool hasFetchEventHandler() override;
|
| void onNavigationPreloadResponse(
|
| int fetchEventID,
|
|
|