Chromium Code Reviews| Index: src/objects-debug.cc |
| =================================================================== |
| --- src/objects-debug.cc (revision 825) |
| +++ src/objects-debug.cc (working copy) |
| @@ -674,7 +674,7 @@ |
| ASSERT(jscre_data->IsFixedArray() || jscre_data->IsUndefined()); |
| break; |
| } |
| - case JSRegExp::RE2K: { |
| + case JSRegExp::IRREGEXP: { |
| FixedArray* arr = FixedArray::cast(data()); |
| Object* jscre_data = arr->get(JSRegExp::kJscreDataIndex); |
| ASSERT(jscre_data->IsFixedArray()); |