Chromium Code Reviews| Index: src/jsregexp.cc |
| =================================================================== |
| --- src/jsregexp.cc (revision 9041) |
| +++ src/jsregexp.cc (working copy) |
| @@ -226,7 +226,6 @@ |
| AssertNoAllocation no_heap_allocation; // ensure vectors stay valid |
| String* needle = String::cast(re->DataAt(JSRegExp::kAtomPatternIndex)); |
| - ASSERT(StringShape(needle).IsSequential()); |
| int needle_len = needle->length(); |
| ASSERT(needle->IsFlat()); |