Backout 67296c6ede81 (bug 1175466) on a CLOSED TREE.

This commit is contained in:
Jan de Mooij
2015-06-20 22:38:18 -07:00
parent 787524dcd7
commit c33a5cc7c6
4 changed files with 23 additions and 75 deletions

View File

@@ -4004,9 +4004,6 @@ JSObject::sizeOfIncludingThisInNursery() const
if (!elements.isCopyOnWrite() || elements.ownerObject() == this)
size += elements.capacity * sizeof(HeapSlot);
}
if (is<ArgumentsObject>())
size += as<ArgumentsObject>().sizeOfData();
}
return size;