Index: webrtc/rtc_base/task_queue.h |
diff --git a/webrtc/rtc_base/task_queue.h b/webrtc/rtc_base/task_queue.h |
index 218fce9a3b9854529e5683731915b13324aaea25..aaad493494039cf01dd28422025558d366000a69 100644 |
--- a/webrtc/rtc_base/task_queue.h |
+++ b/webrtc/rtc_base/task_queue.h |
@@ -154,6 +154,7 @@ static std::unique_ptr<QueuedTask> NewClosure(const Closure& closure, |
// |
// A note on destruction: |
// |
+// The first sentence here is in contradiction with the current implementation: |
// When a TaskQueue is deleted, pending tasks will not be executed but they will |
// be deleted. The deletion of tasks may happen asynchronously after the |
// TaskQueue itself has been deleted or it may happen synchronously while the |