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