Bug 205704 - Vector should have a debug assert for catching cases where we mutate a vector while iterating it
Summary: Vector should have a debug assert for catching cases where we mutate a vector...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-02 17:20 PST by Saam Barati
Modified: 2020-01-02 17:21 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2020-01-02 17:20:57 PST
I believe HashMap has such a debug assert. I found a bug where we were doing this, and if we had such assert, we wouldn't have introduced this bug