| Index: Source/modules/serviceworkers/Cache.h
|
| diff --git a/Source/modules/serviceworkers/Cache.h b/Source/modules/serviceworkers/Cache.h
|
| index d5b4957c18d0c4e5b66aa48436927e70bf538948..d470b56d336ddd617ad9f1eb32c4ec9391c41cae 100644
|
| --- a/Source/modules/serviceworkers/Cache.h
|
| +++ b/Source/modules/serviceworkers/Cache.h
|
| @@ -25,6 +25,7 @@ class ScriptState;
|
| class WebServiceWorkerCache;
|
|
|
| class Cache FINAL : public RefCountedWillBeGarbageCollected<Cache>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| WTF_MAKE_NONCOPYABLE(Cache);
|
| public:
|
| static PassRefPtrWillBeRawPtr<Cache> fromWebServiceWorkerCache(WebServiceWorkerCache*);
|
|
|