| Index: Source/modules/serviceworkers/ServiceWorker.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorker.h b/Source/modules/serviceworkers/ServiceWorker.h
|
| index ee36f9870da8eaca79e84065fc6a66e747c96836..dd77288e50a387ce6495b5b0dc314a2da53400d0 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorker.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorker.h
|
| @@ -56,6 +56,7 @@
|
| static void dispose(WebType*);
|
|
|
| void postMessage(ExecutionContext*, PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionState&);
|
| + void terminate(ExceptionState&);
|
|
|
| String scriptURL() const;
|
| const AtomicString& state() const;
|
|
|