| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
|
| index 27c77bfaf9e96d8b4ea5dfe1ebb84e40d542062d..3e4958d7764b507ade39d27ae39dd5c6099aeeb4 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
|
| @@ -43,6 +43,8 @@
|
|
|
| namespace blink {
|
|
|
| +class ScriptState;
|
| +
|
| class MODULES_EXPORT ServiceWorker final
|
| : public AbstractWorker,
|
| public ActiveScriptWrappable<ServiceWorker>,
|
| @@ -60,7 +62,7 @@ class MODULES_EXPORT ServiceWorker final
|
| // Eager finalization needed to promptly release owned WebServiceWorker.
|
| EAGERLY_FINALIZE();
|
|
|
| - void postMessage(ExecutionContext*,
|
| + void postMessage(ScriptState*,
|
| PassRefPtr<SerializedScriptValue> message,
|
| const MessagePortArray&,
|
| ExceptionState&);
|
|
|