| Index: src/ia32/full-codegen-ia32.cc
|
| diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc
|
| index bd5df170caab963ab012259537454a0bdca329c2..7ad1173043cd589eade82a22dedcb3e9e1e55bcb 100644
|
| --- a/src/ia32/full-codegen-ia32.cc
|
| +++ b/src/ia32/full-codegen-ia32.cc
|
| @@ -117,6 +117,8 @@ void FullCodeGenerator::Generate(CompilationInfo* info) {
|
| ASSERT(info_ == NULL);
|
| info_ = info;
|
| scope_ = info->scope();
|
| + handler_table_ =
|
| + isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
|
| SetFunctionPosition(function());
|
| Comment cmnt(masm_, "[ function compiled by full code generator");
|
|
|
|
|