Index: Source/modules/performance/WorkerPerformance.h |
diff --git a/Source/modules/performance/WorkerPerformance.h b/Source/modules/performance/WorkerPerformance.h |
index 8f30fb03c996ee84b78ac9e972164c9ce48a13c3..19aec8b70ff39810f07959d90419468b8a6cb69d 100644 |
--- a/Source/modules/performance/WorkerPerformance.h |
+++ b/Source/modules/performance/WorkerPerformance.h |
@@ -41,7 +41,7 @@ namespace blink { |
class ExecutionContext; |
class MemoryInfo; |
-class WorkerPerformance FINAL : public GarbageCollected<WorkerPerformance>, public ScriptWrappable { |
+class WorkerPerformance final : public GarbageCollected<WorkerPerformance>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static WorkerPerformance* create() |