| Index: Source/modules/serviceworkers/Cache.h
|
| diff --git a/Source/modules/serviceworkers/Cache.h b/Source/modules/serviceworkers/Cache.h
|
| index 71b14bfbb12240ba5956fc6fab8c0a235f1babd4..9146915c5a3f088f73e00955e715f7421dc4f6f8 100644
|
| --- a/Source/modules/serviceworkers/Cache.h
|
| +++ b/Source/modules/serviceworkers/Cache.h
|
| @@ -23,7 +23,7 @@ class Response;
|
| class Request;
|
| class ScriptState;
|
|
|
| -class Cache FINAL : public GarbageCollectedFinalized<Cache>, public ScriptWrappable {
|
| +class Cache final : public GarbageCollectedFinalized<Cache>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| WTF_MAKE_NONCOPYABLE(Cache);
|
| public:
|
|
|