 Chromium Code Reviews
 Chromium Code Reviews Issue 
            1383803003:
    content/renderer/media: Use collectAllGarbageForTesting in tests  (Closed)
    
  
    Issue 
            1383803003:
    content/renderer/media: Use collectAllGarbageForTesting in tests  (Closed) 
  | DescriptionUse WebHeap::collectAllGarbageForTesting instead of
WebHeap::collectGarbageForTesting.
Background:
Blink memory team is shipping a mark-and-sweep GC (Oilpan) to
media stream classes, and those classes have many references
between Chromium and Blink.
If a reference chain has multiple references between Chromium
and Blink, collectGarbageForTesting collects one of them.
Instead, collectAllGarageForTesting is expected to collect
all references.
BUG=None
Committed: https://crrev.com/ed516c60b6cac51ef3d7a1e39c9e063daf14d787
Cr-Commit-Position: refs/heads/master@{#352471}
   Patch Set 1 #
 Messages
    Total messages: 8 (2 generated)
     | |||||||||||||||||||