2013-02-23 02:46:13 +01:00
|
|
|
Index: message_loop.cc
|
|
|
|
===================================================================
|
2013-11-26 00:04:25 +01:00
|
|
|
--- message_loop.cc (revision 237081)
|
2013-02-23 02:46:13 +01:00
|
|
|
+++ message_loop.cc (working copy)
|
2013-11-26 00:04:25 +01:00
|
|
|
@@ -166,7 +166,7 @@
|
2013-02-23 02:46:13 +01:00
|
|
|
MessageLoop::~MessageLoop() {
|
|
|
|
DCHECK_EQ(this, current());
|
|
|
|
|
|
|
|
- DCHECK(!run_loop_);
|
|
|
|
+ //DCHECK(!run_loop_);
|
|
|
|
|
|
|
|
// Clean up any unprocessed tasks, but take care: deleting a task could
|
|
|
|
// result in the addition of more tasks (e.g., via DeleteSoon). We set a
|