Index: content/worker/worker_thread.h |
diff --git a/content/worker/worker_thread.h b/content/worker/worker_thread.h |
index 25995a67ce0b82867a35bb553bb02c34f81c18a2..4e0e48718f73b35a69cdc99824f45d60953af473 100644 |
--- a/content/worker/worker_thread.h |
+++ b/content/worker/worker_thread.h |
@@ -21,7 +21,7 @@ struct WorkerProcessMsg_CreateWorker_Params; |
class WorkerThread : public ChildThread { |
public: |
WorkerThread(); |
- ~WorkerThread(); |
+ virtual ~WorkerThread(); |
// Returns the one worker thread. |
static WorkerThread* current(); |