| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeProxy.h
|
| index 15cad6828d2b2786fce69a44fe9bbb3f3b8e1e93..6b0ffc97e0adeea7ca44ddc02801cf672fad415d 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeProxy.h
|
| @@ -145,7 +145,7 @@ class ServiceWorkerGlobalScopeProxy final
|
| MessageLevel,
|
| const String& message,
|
| SourceLocation*) override;
|
| - void PostMessageToPageInspector(const String&) override;
|
| + void PostMessageToPageInspector(int session_id, const String&) override;
|
| void DidCreateWorkerGlobalScope(WorkerOrWorkletGlobalScope*) override;
|
| void DidInitializeWorkerContext() override;
|
| void WillEvaluateWorkerScript(size_t script_size,
|
|
|