| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| index 3efd36b86596850a5fd8ec0f916d04ff0e22fdd1..4e32c09f54551d44b5afd5928a398681ad7988ec 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| @@ -67,9 +67,7 @@ public:
|
|
|
| CacheStorage* caches(ExecutionContext*);
|
|
|
| - ScriptPromise fetch(ScriptState*, Request*);
|
| ScriptPromise fetch(ScriptState*, Request*, const Dictionary&);
|
| - ScriptPromise fetch(ScriptState*, const String&);
|
| ScriptPromise fetch(ScriptState*, const String&, const Dictionary&);
|
|
|
| void close(ExceptionState&);
|
|
|