2013-02-23 02:46:13 +01:00
|
|
|
Index: message_loop.cc
|
|
|
|
===================================================================
|
2014-07-02 20:25:22 +02:00
|
|
|
--- message_loop.cc (revision 280796)
|
2013-02-23 02:46:13 +01:00
|
|
|
+++ message_loop.cc (working copy)
|
2014-05-29 19:15:34 +02:00
|
|
|
@@ -154,7 +154,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
|