Index: Source/modules/serviceworkers/ServiceWorkerClient.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerClient.h b/Source/modules/serviceworkers/ServiceWorkerClient.h |
index d609ccce4514f515d16fd32916e52d0bcecea44a..f8eaa71b6dbe4a3835b228666a54e6aebe2d0715 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerClient.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerClient.h |
@@ -12,7 +12,7 @@ |
namespace blink { |
-class ServiceWorkerClient FINAL : public GarbageCollected<ServiceWorkerClient>, public ScriptWrappable { |
+class ServiceWorkerClient final : public GarbageCollected<ServiceWorkerClient>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static ServiceWorkerClient* create(unsigned id); |