| Index: Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerRegistration.h b/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| index 6e09dc96b9efad91c3b0d120e2a0673528ddb654..48fcb57022122bf464a2b2a3c58f461c2755a9ac 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| @@ -57,6 +57,7 @@ public:
|
|
|
| WebServiceWorkerRegistration* webRegistration() { return m_outerRegistration.get(); }
|
|
|
| + void update(ScriptState*, ExceptionState&);
|
| ScriptPromise unregister(ScriptState*);
|
|
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(updatefound);
|
|
|