| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 0beb90466138ffd1801e9903b0c1c55410d8b28a..f5078afdf547bc41dfcdef9baefafccc81eaf737 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -153,7 +153,8 @@ CompilationInfo::CompilationInfo(ParseInfo* parse_info, CodeStub* code_stub,
|
| opt_count_(has_shared_info() ? shared_info()->opt_count() : 0),
|
| parameter_count_(0),
|
| optimization_id_(-1),
|
| - osr_expr_stack_height_(0) {}
|
| + osr_expr_stack_height_(0),
|
| + function_type_(nullptr) {}
|
|
|
|
|
| CompilationInfo::~CompilationInfo() {
|
|
|