Index: webrtc/base/bind.h |
diff --git a/webrtc/base/bind.h b/webrtc/base/bind.h |
index b50afc21acce94d8a4fc408d2dad5111adadc5b3..e8c1ab5e915d4936ead727ed4558a65f3ce2e9eb 100644 |
--- a/webrtc/base/bind.h |
+++ b/webrtc/base/bind.h |
@@ -48,7 +48,7 @@ |
// void Test() {} |
// void BindThis() { |
// // The functor passed to AsyncInvoke() will keep this object alive. |
-// invoker.AsyncInvoke(rtc::Bind(&Bar::Test, this)); |
+// invoker.AsyncInvoke(RTC_FROM_HERE,rtc::Bind(&Bar::Test, this)); |
// } |
// }; |
// |