| Index: net/ocsp/nss_ocsp.cc
|
| diff --git a/net/ocsp/nss_ocsp.cc b/net/ocsp/nss_ocsp.cc
|
| index 7760e6ba614bb39653ff087288d7fe0d099f4fe3..85fc5f5d04cf8801f3cc9e01c67bec2d4ea0e146 100644
|
| --- a/net/ocsp/nss_ocsp.cc
|
| +++ b/net/ocsp/nss_ocsp.cc
|
| @@ -61,8 +61,6 @@ class OCSPInitSingleton : public MessageLoop::DestructionObserver {
|
| friend struct DefaultSingletonTraits<OCSPInitSingleton>;
|
| OCSPInitSingleton();
|
| virtual ~OCSPInitSingleton() {
|
| - if (io_loop_)
|
| - io_loop_->RemoveDestructionObserver(this);
|
| request_context_ = NULL;
|
| }
|
|
|
|
|