Chromium Code Reviews| Index: runtime/vm/scopes.h |
| =================================================================== |
| --- runtime/vm/scopes.h (revision 5369) |
| +++ runtime/vm/scopes.h (working copy) |
| @@ -62,7 +62,7 @@ |
| // out, and fell back to a different compilation mode). In any case, it |
| // should not change the index once set. |
| void set_index(int index) { |
| - ASSERT(!HasIndex() || (index_ == index)); |
| + ASSERT(!HasIndex()); |
| ASSERT(index != kUnitializedIndex); |
| index_ = index; |
| } |