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

Unified Diff: webkit/appcache/web_application_cache_host_impl.cc

Issue 9534003: DCHECK sets a variable, instead of comparing (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 10 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/appcache/web_application_cache_host_impl.cc
===================================================================
--- webkit/appcache/web_application_cache_host_impl.cc (revision 123977)
+++ webkit/appcache/web_application_cache_host_impl.cc (working copy)
@@ -226,7 +226,7 @@
return true;
}
- DCHECK(is_new_master_entry_ = NO);
+ DCHECK(is_new_master_entry_ == NO);
michaeln 2012/02/29 20:35:27 yikes!
michaeln 2012/02/29 20:36:25 actually, would be good to use DCHECK_EQ(NO, is_ne
Myles C. Maxfield 2012/02/29 22:11:40 Done.
// 6.9.6 The application cache selection algorithm
// Check for 'foreign' entries.
« 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