Reland "Replace use of std containers with WTF's equivalents in html_slot_element.h"
This reverts commit 304bb952. Reason for revert: This was not the cause of the test failure, reverting this revert and creating a new CL to disable the test in linux. See pre-existing issue: https://crbug.com/972822 Original change's description: > Revert "Replace use of std containers with WTF's equivalents in html_slot_element.h" > > This reverts commit c2d3f186. > > Reason for revert: Suspecting this CL for test failures in Linux CFI > https://ci.chromium.org/p/chromium/builders/ci/Linux%20CFI > > See first test failure of AdsPageLoadMetricsObserverResourceBrowserTest.AdFrameSizeInterventionMediaStatusPlayed here: > https://ci.chromium.org/p/chromium/builders/ci/Linux%20CFI/14253 > > Suspecting this CL since it was the only one that touched code in t/p/b/r/c/html for that blamelist and crash shows blink::HTMLParserScheduler::ScheduleForUnpause within stack trace. > > Original change's description: > > Replace use of std containers with WTF's equivalents in html_slot_element.h > > > > This CL replaces the use of std::array of std containers with WTF::Vector > > and introduces LCSArray struct in html_slot_element.h. > > > > Bug: 952716 > > Change-Id: I45d0dcbb63aed5198440bd7b94c5c693a05bd6fd > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1694801 > > Reviewed-by: Kentaro Hara <haraken@chromium.org> > > Commit-Queue: Miyoung Shin <myid.shin@igalia.com> > > Cr-Commit-Position: refs/heads/master@{#675985} > > TBR=haraken@chromium.org,myid.shin@igalia.com > > Change-Id: Ibf0a3bb5b4d4f579085986b941a5d6e710d0e6fc > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 952716 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696007 > Reviewed-by: Hector Carmona <hcarmona@chromium.org> > Commit-Queue: Hector Carmona <hcarmona@chromium.org> > Cr-Commit-Position: refs/heads/master@{#676073} TBR=haraken@chromium.org,hcarmona@chromium.org,myid.shin@igalia.com Change-Id: I3c1efe12f7fd40512bc5a32f41945512916585df No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 952716 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696179Reviewed-by:Hector Carmona <hcarmona@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#676126}
Showing
Please register or sign in to comment