Chromium Code Reviews| Index: src/write-buffer.cc |
| =================================================================== |
| --- src/write-buffer.cc (revision 6183) |
| +++ src/write-buffer.cc (working copy) |
| @@ -83,6 +83,7 @@ |
| memset(reinterpret_cast<void*>(hash_map_2_), |
| 0, |
| sizeof(uintptr_t) * kHashMapLength); |
| + ASSERT(top_ <= limit_); |
| Address* stop = top_; |
| top_ = start_; |
| // Goes through the addresses in the write buffer attempting to remove |