Skip to content

Commit e4e231d

Browse files
Fix compiler error
chakra-core#6857 (comment)
1 parent 90c8e30 commit e4e231d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Common/Memory/RecyclerObjectGraphDumper.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//-------------------------------------------------------------------------------------------------------
22
// Copyright (C) Microsoft. All rights reserved.
3+
// Copyright (c) ChakraCore Project Contributors. All rights reserved.
34
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
45
//-------------------------------------------------------------------------------------------------------
56
#include "CommonMemoryPch.h"
@@ -58,7 +59,7 @@ void RecyclerObjectGraphDumper::BeginDumpObject(void * objectAddress)
5859
{
5960
Assert(false);
6061
this->dumpObjectTypeInfo = nullptr;
61-
this->dumpObjectIsArray = nullptr;
62+
this->dumpObjectIsArray = false;
6263
}
6364
}
6465
#endif

0 commit comments

Comments
 (0)