Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: webkit/tools/test_shell/simple_appcache_system.cc

Issue 1697015: Remove DCHECK in SimpleAppCacheSysmte::WillDestroyCurrentMessageLoop (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: pre commit Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/simple_appcache_system.cc
diff --git a/webkit/tools/test_shell/simple_appcache_system.cc b/webkit/tools/test_shell/simple_appcache_system.cc
index 2fbc12a3df4af2c1d480ef89d290821d70c9440c..e1f6e38184e9d58ca3b60d4c1b26b71575a169a4 100644
--- a/webkit/tools/test_shell/simple_appcache_system.cc
+++ b/webkit/tools/test_shell/simple_appcache_system.cc
@@ -367,7 +367,6 @@ void SimpleAppCacheSystem::GetExtraResponseBits(
void SimpleAppCacheSystem::WillDestroyCurrentMessageLoop() {
DCHECK(is_io_thread());
- DCHECK(backend_impl_->hosts().empty());
delete backend_impl_;
delete service_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698