Index: Source/modules/serviceworkers/CacheStorage.h |
diff --git a/Source/modules/serviceworkers/CacheStorage.h b/Source/modules/serviceworkers/CacheStorage.h |
index 2c483f42ca1af59f180f43563e1e8636a27b5406..95f6a83230377d8b1e0e2ac57cb1791ef4efaa17 100644 |
--- a/Source/modules/serviceworkers/CacheStorage.h |
+++ b/Source/modules/serviceworkers/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(); |