| Index: Source/modules/serviceworkers/CacheStorage.h
|
| diff --git a/Source/modules/serviceworkers/CacheStorage.h b/Source/modules/serviceworkers/CacheStorage.h
|
| index 9d3726718045a72e377c6e99f8ebb5037ebdbe9f..6171181fe89206165bc22dd614946bf043403510 100644
|
| --- a/Source/modules/serviceworkers/CacheStorage.h
|
| +++ b/Source/modules/serviceworkers/CacheStorage.h
|
| @@ -23,9 +23,8 @@ class CacheStorage final : public GarbageCollected<CacheStorage>, public ScriptW
|
| public:
|
| static CacheStorage* create(WebServiceWorkerCacheStorage*);
|
|
|
| - ScriptPromise get(ScriptState*, const String& cacheName);
|
| + ScriptPromise open(ScriptState*, const String& cacheName);
|
| ScriptPromise has(ScriptState*, const String& cacheName);
|
| - ScriptPromise createFunction(ScriptState*, const String& cacheName);
|
| ScriptPromise deleteFunction(ScriptState*, const String& cacheName);
|
| ScriptPromise keys(ScriptState*);
|
|
|
|
|