DescriptionOilpan: Remove OffHeapCollectionTrait
Now that Oilpan supports HeapVector that contains objects with vtables, we no longer need OffHeapCollectionTrait.
- Replaces Deque<PendingScript> with HeapDeque<PendingScript>.
- Replaces Vector<IDLDictionary> with HeapVector<IDLDictionary>.
- Removes OffHeapCollectionTrait and related tests.
BUG=475801
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194793
Patch Set 1 #
Total comments: 8
Patch Set 2 : #Patch Set 3 : #Messages
Total messages: 11 (3 generated)
|