Bug 205704
Summary: | Vector should have a debug assert for catching cases where we mutate a vector while iterating it | ||
---|---|---|---|
Product: | WebKit | Reporter: | Saam Barati <saam> |
Component: | Web Template Framework | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=205703 |
Saam Barati
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |