| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index 59bdf4525d96e1c5c22ee8c73fc78bb30c3a82e9..799f96d08816398815d276665f0ba3d1df5e72cc 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -93,8 +93,6 @@ class FullCodeGenerator: public AstVisitor {
|
| void Generate(CompilationInfo* info);
|
| void PopulateDeoptimizationData(Handle<Code> code);
|
|
|
| - Handle<FixedArray> handler_table() { return handler_table_; }
|
| -
|
| class StateField : public BitField<State, 0, 8> { };
|
| class PcField : public BitField<unsigned, 8, 32-8> { };
|
|
|
| @@ -757,7 +755,6 @@ class FullCodeGenerator: public AstVisitor {
|
| const ExpressionContext* context_;
|
| ZoneList<BailoutEntry> bailout_entries_;
|
| ZoneList<BailoutEntry> stack_checks_;
|
| - Handle<FixedArray> handler_table_;
|
|
|
| friend class NestedStatement;
|
|
|
|
|