| Index: vm/flow_graph_compiler_x64.h
|
| ===================================================================
|
| --- vm/flow_graph_compiler_x64.h (revision 5572)
|
| +++ vm/flow_graph_compiler_x64.h (working copy)
|
| @@ -10,6 +10,7 @@
|
| #endif
|
|
|
| #include "vm/assembler.h"
|
| +#include "vm/code_descriptors.h"
|
| #include "vm/code_generator.h"
|
| #include "vm/intermediate_language.h"
|
|
|
| @@ -111,7 +112,7 @@
|
|
|
| BlockEntryInstr* current_block_;
|
|
|
| - CodeGenerator::DescriptorList* pc_descriptors_list_;
|
| + DescriptorList* pc_descriptors_list_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FlowGraphCompiler);
|
| };
|
|
|