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); |
} |
} |