| Index: base/message_loop/message_pump_libevent.h
|
| diff --git a/base/message_loop/message_pump_libevent.h b/base/message_loop/message_pump_libevent.h
|
| index 3f5ad51dae91d8a7f3f7017ab3968281e6ee6ce3..c285d966f41308b31559e61bc1005422697d8a5a 100644
|
| --- a/base/message_loop/message_pump_libevent.h
|
| +++ b/base/message_loop/message_pump_libevent.h
|
| @@ -86,7 +86,9 @@ class BASE_EXPORT MessagePumpLibevent : public MessagePump {
|
| event* event_;
|
| MessagePumpLibevent* pump_;
|
| Watcher* watcher_;
|
| - WeakPtrFactory<FileDescriptorWatcher> weak_factory_;
|
| + // If this pointer is non-NULL, the pointee is set to true in the
|
| + // destructor.
|
| + bool* was_destroyed_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FileDescriptorWatcher);
|
| };
|
|
|