| Index: Source/modules/serviceworkers/CacheStorage.h
|
| diff --git a/Source/modules/serviceworkers/CacheStorage.h b/Source/modules/serviceworkers/CacheStorage.h
|
| index 6c67ba1c6640dd8d508beb6724efb1281e8bc83c..cfcbc65dadff7019772c81b809d63bd647567642 100644
|
| --- a/Source/modules/serviceworkers/CacheStorage.h
|
| +++ b/Source/modules/serviceworkers/CacheStorage.h
|
| @@ -17,6 +17,7 @@ namespace blink {
|
| class WebServiceWorkerCacheStorage;
|
|
|
| class CacheStorage FINAL : public RefCountedWillBeGarbageCollected<CacheStorage>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| WTF_MAKE_NONCOPYABLE(CacheStorage);
|
| public:
|
| static PassRefPtrWillBeRawPtr<CacheStorage> create(WebServiceWorkerCacheStorage*);
|
|
|