Index: Source/core/workers/WorkerEventQueue.h |
diff --git a/Source/core/workers/WorkerEventQueue.h b/Source/core/workers/WorkerEventQueue.h |
index 6a669019fd68df8a48de9c70eac16e457e9d8119..cdbd1694064ce0bb2bfeed3088a6aa30d8ae0d63 100644 |
--- a/Source/core/workers/WorkerEventQueue.h |
+++ b/Source/core/workers/WorkerEventQueue.h |
@@ -39,7 +39,7 @@ class Event; |
class Node; |
class ExecutionContext; |
-class WorkerEventQueue : public EventQueue { |
+class WorkerEventQueue FINAL : public EventQueue { |
WTF_MAKE_FAST_ALLOCATED; |
public: |