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/+/1696007Reviewed-by:Hector Carmona <hcarmona@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#676073}
Showing
Please register or sign in to comment