| Index: src/compiler/frame.cc
|
| diff --git a/src/compiler/frame.cc b/src/compiler/frame.cc
|
| index 3d93e1528f503037b5dd54941e9caf97a91a00c4..9eab2b9fb5178c175f637afc71f28094aaaa18e6 100644
|
| --- a/src/compiler/frame.cc
|
| +++ b/src/compiler/frame.cc
|
| @@ -16,6 +16,7 @@ Frame::Frame(int fixed_frame_size_in_slots, const CallDescriptor* descriptor)
|
| : frame_slot_count_(fixed_frame_size_in_slots),
|
| callee_saved_slot_count_(0),
|
| spill_slot_count_(0),
|
| + stack_shrink_slots_(0),
|
| allocated_registers_(nullptr),
|
| allocated_double_registers_(nullptr) {}
|
|
|
|
|