Chromium Code Reviews
DescriptionRevert of Migrate WTF::Deque::remove() to ::erase() (patchset #1 id:1 of https://codereview.chromium.org/2747373004/ )
Reason for revert:
This CL is suspected of crashing
WebSiteSettingsPopupViewBrowserTest.ChromeURL
for chromium.linux/Linux Tests (dbg)(1). Justifications:
- This is the first failure in a long time.
- This CL is the only C++ CL in the batch.
- Crash occurs in a destructor, and this CL deals with deallocation.
Original issue's description:
> Migrate WTF::Deque::remove() to ::erase()
>
> As discussed on platform-architecture-dev [0], there is interest in
> normalizing the methods of WTF classes to better align with std classes.
>
> There are no functional changes.
>
> [0] https://groups.google.com/a/chromium.org/d/topic/platform-architecture-dev/I7jnz4p1h84/discussion
>
> BUG=662431
>
> Review-Url: https://codereview.chromium.org/2747373004
> Cr-Commit-Position: refs/heads/master@{#457097}
> Committed: https://chromium.googlesource.com/chromium/src/+/e1dd04d3aa422d619a76153946c2cf0061ed4e43
TBR=esprehn@chromium.org,haraken@chromium.org,yutak@chromium.org,pilgrim@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=662431
Patch Set 1 #Messages
Total messages: 7 (3 generated)
|