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