Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: webrtc/base/criticalsection_unittest.cc

Issue 2019423006: Adding more detail to MessageQueue::Dispatch logging. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/base/criticalsection_unittest.cc
diff --git a/webrtc/base/criticalsection_unittest.cc b/webrtc/base/criticalsection_unittest.cc
index d33afacd8ce1b3fcc98c8852fd0e149155f6976d..6d9a9692afe69908212819be1c645029b1868d87 100644
--- a/webrtc/base/criticalsection_unittest.cc
+++ b/webrtc/base/criticalsection_unittest.cc
@@ -204,7 +204,7 @@ void StartThreads(ScopedPtrCollection<Thread>* threads,
for (int i = 0; i < kNumThreads; ++i) {
Thread* thread = new Thread();
thread->Start();
- thread->Post(handler);
+ thread->Post(FROM_HERE, handler);
threads->PushBack(thread);
}
}
« no previous file with comments | « webrtc/base/bind.h.pump ('k') | webrtc/base/dbus.cc » ('j') | webrtc/base/location.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698