Chromium Code Reviews| 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_EQ(NO, is_new_master_entry_); |
| // 6.9.6 The application cache selection algorithm |
| // Check for 'foreign' entries. |