Index: runtime/vm/flow_graph_compiler.cc |
diff --git a/runtime/vm/flow_graph_compiler.cc b/runtime/vm/flow_graph_compiler.cc |
index da0639c9dc9103a1dbcf6a2b90492b4e2b272adc..ddd5dec6d3c26afd2a905dac2d22ba700433aeba 100644 |
--- a/runtime/vm/flow_graph_compiler.cc |
+++ b/runtime/vm/flow_graph_compiler.cc |
@@ -273,7 +273,7 @@ void FlowGraphCompiler::InitCompiler() { |
isolate()->GetCompilerStream(), |
"InitCompiler"); |
pc_descriptors_list_ = new(zone()) DescriptorList(64); |
- exception_handlers_list_ = new(zone())ExceptionHandlerList(); |
+ exception_handlers_list_ = new(zone()) ExceptionHandlerList(); |
block_info_.Clear(); |
// Conservative detection of leaf routines used to remove the stack check |
// on function entry. |