/[blink]
Chromium logo

Revision 186482


Jump to revision: Previous Next
Author: tkent@chromium.org
Date: Thu Dec 4 07:14:04 2014 UTC (8 years, 5 months ago)
Changed paths: 2
Log Message:
Web Audio: Oilpan: Correctly trace m_referencedNodes elements within a lock.

Blink r184963 [1] was not a right fix.  Oilpan marker pushed m_referencedNodes
to a stack and released the lock immediately, then iterated it later.
We need to make m_referencedNode HeapVector, not Member<HeapVector>
to iterate it immediately.

[1] http://src.chromium.org/viewvc/blink?view=revision&revision=184963

BUG=434136

Review URL: https://codereview.chromium.org/776203002

Changed paths

Path Details
Directorytrunk/Source/modules/webaudio/AudioContext.cpp modified , text changed
Directorytrunk/Source/modules/webaudio/AudioContext.h modified , text changed

Properties

Name Value
commit-bot commit-bot@chromium.org

Powered by ViewVC 1.1.26 ViewVC Help