Oilpan: remove too strong start-of-heap-object assert.

Remove the assert checking if willObjectBeLazilySwept()'s argument is a
valid reference to the start of a heap object payload. That's too strong
a requirement as the argument might be a mixin pointing some way into
the payload.

Any adjustment needed to get to the object header is taken care of by
isHeapObjectAlive(), which will also check the sanity of the object's
header. Hence, remove the check from willObjectBeLazilySwept().

TBR=oilpan-reviews,haraken
BUG=448392
NOTRY=true

Review URL: https://codereview.chromium.org/867623002

git-svn-id: svn://svn.chromium.org/blink/trunk@188812 bbb929c8-8fbe-4397-9dbb-9b2b20218538
1 file changed
tree: 250b9bcce2bec849d134bad7ec61df77b65a2bb2
  1. third_party/