| Index: src/compiler/frame.cc
|
| diff --git a/src/compiler/frame.cc b/src/compiler/frame.cc
|
| index 64ef5ed102f5b7176eb1836d34cfed9685c4c1a5..b08030b8c6634fedbdd1e95a1f63caf7e9f93789 100644
|
| --- a/src/compiler/frame.cc
|
| +++ b/src/compiler/frame.cc
|
| @@ -18,8 +18,8 @@ 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),
|
| - allocated_registers_(NULL),
|
| - allocated_double_registers_(NULL) {}
|
| + allocated_registers_(nullptr),
|
| + allocated_double_registers_(nullptr) {}
|
|
|
|
|
| void FrameAccessState::SetFrameAccessToDefault() {
|
|
|