DescriptionOilpan: Assert that updator functions of HashMap, HashSet, and Vector should not be used during weak processing.
We already have assertions in Heap::allocate and Heap::reallocate. However the
member functions of HashMap, HashSet, and Vector don't always call
Heap::allocate or Heap::reallocate, and it's very hard to detect
allocation-in-weak-processing.
BUG=400652
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179899
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|