File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
// -------------------------------------------------------------------------------------------------------
2
2
// Copyright (C) Microsoft. All rights reserved.
3
+ // Copyright (c) ChakraCore Project Contributors. All rights reserved.
3
4
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4
5
// -------------------------------------------------------------------------------------------------------
5
6
#include " CommonMemoryPch.h"
@@ -58,7 +59,7 @@ void RecyclerObjectGraphDumper::BeginDumpObject(void * objectAddress)
58
59
{
59
60
Assert (false );
60
61
this ->dumpObjectTypeInfo = nullptr ;
61
- this ->dumpObjectIsArray = nullptr ;
62
+ this ->dumpObjectIsArray = false ;
62
63
}
63
64
}
64
65
#endif
You can’t perform that action at this time.
0 commit comments