Chromium Code Reviews| Index: runtime/vm/intrinsifier_x64.cc |
| =================================================================== |
| --- runtime/vm/intrinsifier_x64.cc (revision 44981) |
| +++ runtime/vm/intrinsifier_x64.cc (working copy) |
| @@ -1914,9 +1914,6 @@ |
| void Intrinsifier::JSRegExp_ExecuteMatch(Assembler* assembler) { |
| - if (FLAG_use_jscre) { |
| - return; |
| - } |
| static const intptr_t kRegExpParamOffset = 3 * kWordSize; |
| static const intptr_t kStringParamOffset = 2 * kWordSize; |
| // start_index smi is located at offset 1. |