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

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: Fixing one more place where RTC_FROM_HERE wasn't used. Created 4 years, 6 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
« no previous file with comments | « webrtc/base/bind.h.pump ('k') | webrtc/base/dbus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/criticalsection_unittest.cc
diff --git a/webrtc/base/criticalsection_unittest.cc b/webrtc/base/criticalsection_unittest.cc
index d33afacd8ce1b3fcc98c8852fd0e149155f6976d..fb38737c9a652768ec1c53eac17bd7336d2e79ed 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(RTC_FROM_HERE, handler);
threads->PushBack(thread);
}
}
« no previous file with comments | « webrtc/base/bind.h.pump ('k') | webrtc/base/dbus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698