| Index: webrtc/base/asyncinvoker.h
|
| diff --git a/webrtc/base/asyncinvoker.h b/webrtc/base/asyncinvoker.h
|
| index 541486741841b82b09b936cf6aceb65d56f4872a..0684f4cfee517d46f3590212340d0cc86af6986b 100644
|
| --- a/webrtc/base/asyncinvoker.h
|
| +++ b/webrtc/base/asyncinvoker.h
|
| @@ -120,7 +120,7 @@ class AsyncInvoker : public MessageHandler {
|
| uint32_t id);
|
| volatile int pending_invocations_ = 0;
|
| Event invocation_complete_;
|
| - bool destroying_ = false;
|
| + int destroying_ = 0;
|
| friend class AsyncClosure;
|
|
|
| RTC_DISALLOW_COPY_AND_ASSIGN(AsyncInvoker);
|
|
|