summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/browser_thread.h')
-rw-r--r--content/browser/browser_thread.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/browser/browser_thread.h b/content/browser/browser_thread.h
index 65235be..3da4012c9 100644
--- a/content/browser/browser_thread.h
+++ b/content/browser/browser_thread.h
@@ -191,9 +191,7 @@ class BrowserThread : public base::Thread {
#if defined(UNIT_TEST)
// Only logged under unit testing because leaks at shutdown
// are acceptable under normal circumstances.
- LOG(ERROR) << "DeleteSoon failed on thread " << thread
- << "; deleting locally.";
- delete x;
+ LOG(ERROR) << "DeleteSoon failed on thread " << thread;
#endif // UNIT_TEST
}
}