Chromium Code Reviews| 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(); } |
|
pfeldman
2015/04/16 10:22:53
I thought this was no longer necessary.
dmurph
2015/04/18 00:59:32
Bad merge, removed.
|
| DECLARE_TRACE(); |