|
|
@@ -898,7 +898,7 @@ SECOND_PASS:
|
|
|
{
|
|
|
isInlineSegment = JavascriptArray::IsInlineSegment(startSeg, this);
|
|
|
// startIndex is in between prev and startIndex
|
|
|
- current = SparseArraySegment<T>::AllocateSegmentImpl<false>(recycler, startIndex, length, nullptr);
|
|
|
+ current = SparseArraySegment<T>::template AllocateSegmentImpl<false>(recycler, startIndex, length, (SparseArraySegmentBase*)nullptr);
|
|
|
LinkSegments((Js::SparseArraySegment<T>*)startPrev, current);
|
|
|
if (current == head)
|
|
|
{
|