• Deepti Gandluri's avatar
    Remove incorrect length check · 184e7bb8
    Deepti Gandluri authored
    The DCHECK in the lookup method compares the stashed length of the backing store
    and the byte_length queried on lookup. These two are not guaranteed to be equal
    as there can be grow calls that update the lenght of the buffer between the
    length being stashed and the equality check.
    
    Bug: chromium:1010272
    Change-Id: I754fa0a9ab676cd838e893d12ef6b13fc7d335e1
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1911490Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Commit-Queue: Deepti Gandluri <gdeepti@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#65003}
    184e7bb8
backing-store.cc 27.9 KB