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