Chromium Code Reviews| Index: base/run_loop.cc |
| diff --git a/base/run_loop.cc b/base/run_loop.cc |
| index 6faaeee2ba323d505e1d2ad09490455953e5b3c4..4c19d3589fd7e6f893a7a02f91d2c5a2371720ec 100644 |
| --- a/base/run_loop.cc |
| +++ b/base/run_loop.cc |
| @@ -19,6 +19,7 @@ RunLoop::RunLoop() |
| running_(false), |
| quit_when_idle_received_(false), |
| weak_factory_(this) { |
| + DCHECK(loop_); |
| } |
| RunLoop::~RunLoop() { |