Index: Source/platform/heap/ThreadState.cpp |
diff --git a/Source/platform/heap/ThreadState.cpp b/Source/platform/heap/ThreadState.cpp |
index b90d493bf63ac4bf71a69da752add1a52661eee5..1079f9666f41b5cd5d25d0058e2a70cb3054afdf 100644 |
--- a/Source/platform/heap/ThreadState.cpp |
+++ b/Source/platform/heap/ThreadState.cpp |
@@ -1027,7 +1027,7 @@ void ThreadState::waitUntilSweepersDone() |
} |
-class SweepNonFinalizedHeapTask FINAL : public WebThread::Task { |
+class SweepNonFinalizedHeapTask final : public WebThread::Task { |
public: |
SweepNonFinalizedHeapTask(ThreadState* state, BaseHeap* heap, HeapStats* stats) |
: m_threadState(state) |