• sigbjornf's avatar
    Pull AudioDestinationConsumer off the Blink GC heap. · bb9b04fe
    sigbjornf authored
    The AudioDestinationConsumer interface and its single implementation
    does not meet the bar for being on the Blink GC heap. It doesn't cause
    harm to have them there, but in order to diagnose an unexplained
    failure, pull these objects off the heap.
    
    We may want to restore them to the Blink GC heap once the issue has
    been resolved.
    
    R=
    BUG=682945
    
    Review-Url: https://codereview.chromium.org/2748133003
    Cr-Commit-Position: refs/heads/master@{#456736}
    bb9b04fe
AudioDestinationConsumer.h 1.95 KB