Index: Source/core/events/DOMWindowEventQueue.h |
diff --git a/Source/core/events/DOMWindowEventQueue.h b/Source/core/events/DOMWindowEventQueue.h |
index f19e22b5d510f42d19d28f5ada8fa1286f73ff75..23dbb932fef1d61862b2244e6e26a9c640ce7f62 100644 |
--- a/Source/core/events/DOMWindowEventQueue.h |
+++ b/Source/core/events/DOMWindowEventQueue.h |
@@ -41,7 +41,7 @@ class DOMWindowEventQueueTimer; |
class Node; |
class ExecutionContext; |
-class DOMWindowEventQueue : public RefCounted<DOMWindowEventQueue>, public EventQueue { |
+class DOMWindowEventQueue FINAL : public RefCounted<DOMWindowEventQueue>, public EventQueue { |
public: |
static PassRefPtr<DOMWindowEventQueue> create(ExecutionContext*); |
virtual ~DOMWindowEventQueue(); |