| Index: runtime/vm/code_generator_ia32.h
|
| ===================================================================
|
| --- runtime/vm/code_generator_ia32.h (revision 6234)
|
| +++ runtime/vm/code_generator_ia32.h (working copy)
|
| @@ -21,6 +21,7 @@
|
| class AstNode;
|
| class CodeGenerator;
|
| class DescriptorList;
|
| +class ExceptionHandlerList;
|
| class SourceLabel;
|
| class StackmapBuilder;
|
|
|
| @@ -119,9 +120,6 @@
|
| // structured.
|
| friend class OptimizingCodeGenerator;
|
|
|
| - // Forward declarations.
|
| - class HandlerList;
|
| -
|
| // Return true if intrinsification succeeded and no more code is needed.
|
| // Returns false if either no intrinsification occured or if intrinsified
|
| // code needs the rest for slow case execution.
|
| @@ -220,7 +218,7 @@
|
| CodeGeneratorState* state_;
|
| DescriptorList* pc_descriptors_list_;
|
| StackmapBuilder* stackmap_builder_;
|
| - HandlerList* exception_handlers_list_;
|
| + ExceptionHandlerList* exception_handlers_list_;
|
| int try_index_;
|
| // The runtime context level is only incremented when a new context is
|
| // allocated and chained to the list of contexts.
|
|
|