Index: Source/core/dom/ExecutionContextTask.h |
diff --git a/Source/core/dom/ExecutionContextTask.h b/Source/core/dom/ExecutionContextTask.h |
index 9d07d75d6a957bbf3722237bf00ca9e5af9003ec..dbc98d3b69b1666270a45899775ca0b41175a99b 100644 |
--- a/Source/core/dom/ExecutionContextTask.h |
+++ b/Source/core/dom/ExecutionContextTask.h |
@@ -47,7 +47,7 @@ public: |
virtual bool isCleanupTask() const { return false; } |
}; |
-class CallClosureTask : public ExecutionContextTask { |
+class CallClosureTask FINAL : public ExecutionContextTask { |
public: |
static PassOwnPtr<CallClosureTask> create(const Closure& closure) |
{ |