Chromium Code Reviews| Index: src/debug.cc |
| diff --git a/src/debug.cc b/src/debug.cc |
| index 89334fa70868382b482f8a1d0494f685916e2844..9b24edbd9f012973f18530127d0dd2d18e17f032 100644 |
| --- a/src/debug.cc |
| +++ b/src/debug.cc |
| @@ -1748,7 +1748,7 @@ static void RedirectActivationsToRecompiledCodeOnThread( |
| reinterpret_cast<intptr_t>(new_pc)); |
| } |
| - if (FLAG_enable_ool_constant_pool) { |
| + if (FLAG_enable_embedded_constant_pool) { |
| // Update constant pool pointer for new code. |
| frame->set_constant_pool(new_code->constant_pool()); |
| } |