| Index: src/runtime/runtime-generator.cc
|
| diff --git a/src/runtime/runtime-generator.cc b/src/runtime/runtime-generator.cc
|
| index a241ce107714ffc0533cd293fbcaf77d19e80531..ed86c4dd74e62e1ac8b7f1794de3dfc099679a36 100644
|
| --- a/src/runtime/runtime-generator.cc
|
| +++ b/src/runtime/runtime-generator.cc
|
| @@ -111,7 +111,7 @@ RUNTIME_FUNCTION(Runtime_ResumeJSGeneratorObject) {
|
| int offset = generator_object->continuation();
|
| DCHECK(offset > 0);
|
| frame->set_pc(pc + offset);
|
| - if (FLAG_enable_ool_constant_pool) {
|
| + if (FLAG_enable_embedded_constant_pool) {
|
| frame->set_constant_pool(
|
| generator_object->function()->code()->constant_pool());
|
| }
|
|
|