diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc index 43235c2dbb..46893e881f 100644 --- a/src/hydrogen-instructions.cc +++ b/src/hydrogen-instructions.cc @@ -3640,7 +3640,7 @@ void HAllocate::ClearNextMapWord(int offset) { HObjectAccess access = HObjectAccess::ForJSObjectOffset(offset); HStoreNamedField* clear_next_map = HStoreNamedField::New(zone, context(), this, access, - block()->graph()->GetConstantNull()); + block()->graph()->GetConstant0()); clear_next_map->ClearAllSideEffects(); clear_next_map->InsertAfter(this); }