DescriptionVerify that constant vectors aren't invalidated during iteration.
Clearing a heap vector while it is being iterated and on the stack is
unsafe, as it promptly releases the backing store.
Add CHECK()s to verify that this doesn't happen for a crasher involving
MediaQuerySets that's proving hard to pindown, but there are some
suggestions that the heap vector contents of MediaQuerySet::m_queries
is being mutated.
R=
BUG=699269
Review-Url: https://codereview.chromium.org/2806003002
Cr-Commit-Position: refs/heads/master@{#463124}
Committed: https://chromium.googlesource.com/chromium/src/+/b2a0ce3e8a9b3e561c67cf0a2772c4567567b9f6
Patch Set 1 #
Messages
Total messages: 12 (8 generated)
|