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

Unified Diff: webrtc/base/asyncinvoker.h

Issue 2876273002: Fixing race between ~AsyncInvoker and ~AsyncClosure. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | webrtc/base/asyncinvoker.cc » ('j') | webrtc/base/asyncinvoker.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/asyncinvoker.h
diff --git a/webrtc/base/asyncinvoker.h b/webrtc/base/asyncinvoker.h
index 27f6a9fec0281bb37ae2c85ba16d76d063dd10d7..ecc97c099674c798423e0fbe05944cdef3370b5a 100644
--- a/webrtc/base/asyncinvoker.h
+++ b/webrtc/base/asyncinvoker.h
@@ -156,7 +156,6 @@ class AsyncInvoker : public MessageHandler {
uint32_t delay_ms,
uint32_t id);
volatile int pending_invocations_ = 0;
- Event invocation_complete_;
bool destroying_ = false;
friend class AsyncClosure;
« no previous file with comments | « no previous file | webrtc/base/asyncinvoker.cc » ('j') | webrtc/base/asyncinvoker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698