Skip to content
Commit 09ecaabb authored by Dave Tapuska's avatar Dave Tapuska Committed by Chromium LUCI CQ
Browse files

Do not use ElementsAreArray for comparison

ElementsAreArray create an intermediate std::vector and that
causes a clang gc plugin to trigger. Use std::equal for
testing comparison of the two HeapVectors.

Bug: 1472371
Change-Id: I3e69624c694fb8c909e3dea95600a1f4cf7e046a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4789786


Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1184839}
parent 9aaaf90b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment