Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
deps: update ChakraCore to chakra-core/ChakraCore@42a40b1507
Browse files Browse the repository at this point in the history
[MERGE #5983 @pleath] Add missing line from 48548 change

Merge pull request #5983 from pleath:48548

Reviewed-By: chakrabot <chakrabot@users.noreply.github.com>
  • Loading branch information
pleath authored and chakrabot committed Mar 2, 2019
1 parent df9b1d2 commit ecab999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/chakrashim/core/lib/Runtime/Types/TypeHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ using namespace Js;
if(oldInlineSlotCapacity == newInlineSlotCapacity)
{
const int oldAuxSlotCapacity = oldTypeHandler->GetSlotCapacity() - oldInlineSlotCapacity;
Assert(oldAuxSlotCapacity < newAuxSlotCapacity);
AssertOrFailFast(oldAuxSlotCapacity < newAuxSlotCapacity);
if(oldAuxSlotCapacity > 0)
{
// Copy aux slots to the new array
Expand Down

0 comments on commit ecab999

Please sign in to comment.