Chromium Code Reviews| Index: src/liveedit.cc |
| diff --git a/src/liveedit.cc b/src/liveedit.cc |
| index c03d8d3e938f98da66c56d484e88d88ef97ce2ad..1d16002e6f755a0861d6f149d2ec79a4fc4ea062 100644 |
| --- a/src/liveedit.cc |
| +++ b/src/liveedit.cc |
| @@ -1199,6 +1199,7 @@ void LiveEdit::ReplaceFunctionCode( |
| LiteralFixer::PatchLiterals(&compile_info_wrapper, shared_info, isolate); |
| + // TODO(arv): What about this one? |
| shared_info->set_construct_stub( |
| isolate->builtins()->builtin(Builtins::kJSConstructStubGeneric)); |