Index: Source/modules/serviceworkers/CacheStorage.h |
diff --git a/Source/modules/serviceworkers/CacheStorage.h b/Source/modules/serviceworkers/CacheStorage.h |
index 5904e253172bf2a3ce4b44122d936b168fef696e..9d3726718045a72e377c6e99f8ebb5037ebdbe9f 100644 |
--- a/Source/modules/serviceworkers/CacheStorage.h |
+++ b/Source/modules/serviceworkers/CacheStorage.h |
@@ -17,7 +17,7 @@ namespace blink { |
class Cache; |
class WebServiceWorkerCacheStorage; |
-class CacheStorage FINAL : public GarbageCollected<CacheStorage>, public ScriptWrappable { |
+class CacheStorage final : public GarbageCollected<CacheStorage>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
WTF_MAKE_NONCOPYABLE(CacheStorage); |
public: |