| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index 610b7b7e3774e01802eda05931e9e453c19fed2b..8152c27ab836662286fa047c7680059a531cfedf 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -1145,7 +1145,7 @@ bool CompileParsedFunctionHelper::Compile(CompilationPipeline* pipeline) {
|
| FinalizeCompilation(&assembler, &graph_compiler, flow_graph);
|
| }
|
| // TODO(srdjan): Enable this and remove the one from
|
| - // 'BackgroundCompiler::CompileOptimize'
|
| + // 'BackgroundCompiler::CompileOptimized'
|
| // if (isolate()->heap()->NeedsGarbageCollection()) {
|
| // isolate()->heap()->CollectAllGarbage();
|
| // }
|
|
|