| Index: Source/modules/cachestorage/CacheStorage.h
|
| diff --git a/Source/modules/cachestorage/CacheStorage.h b/Source/modules/cachestorage/CacheStorage.h
|
| index fa72b438d00dff3b11c25e8ee741d150af876f16..2db6382800756bfa0971f0f9d37200fe5028ef3f 100644
|
| --- a/Source/modules/cachestorage/CacheStorage.h
|
| +++ b/Source/modules/cachestorage/CacheStorage.h
|
| @@ -32,6 +32,7 @@ public:
|
| ScriptPromise keys(ScriptState*);
|
| ScriptPromise match(ScriptState*, const RequestInfo&, const CacheQueryOptions&, ExceptionState&);
|
|
|
| + WebServiceWorkerCacheStorage* webCacheStorage() const { return m_webCacheStorage.get(); }
|
|
|
| DECLARE_TRACE();
|
|
|
|
|