Chromium Code Reviews| Index: src/liveedit.cc |
| diff --git a/src/liveedit.cc b/src/liveedit.cc |
| index 33586de4b9242c1e9508e6f63083396f87d87e71..859cf2b94f34bd61e28afb185eb40f6c04d2f8bd 100644 |
| --- a/src/liveedit.cc |
| +++ b/src/liveedit.cc |
| @@ -1290,7 +1290,6 @@ MaybeObject* LiveEdit::ReplaceFunctionCode( |
| if (code_scope_info->IsFixedArray()) { |
| shared_info->set_scope_info(ScopeInfo::cast(*code_scope_info)); |
| } |
| - shared_info->DisableOptimization("LiveEdit"); |
| } |
| if (shared_info->debug_info()->IsDebugInfo()) { |