| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 9058ede0ebb8cbf2b5eb764486a21f306a1982c7..043ff8fb7f44f872736fd8383e7b614b6f94e8cd 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -358,6 +358,7 @@ class LCodeGen BASE_EMBEDDED {
|
| bool dynamic_frame_alignment_;
|
| int osr_pc_offset_;
|
| int last_lazy_deopt_pc_;
|
| + Handle<FixedArray> handler_table_;
|
|
|
| // Builder that keeps track of safepoints in the code. The table
|
| // itself is emitted at the end of the generated code.
|
|
|