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(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. |