DescriptionFix potential thread safety issue on ScriptProcessNdoe during fire onaudioprocess eventhandler.
m_isRequestOutstanding can be set on main thread and audio thread both.
It might cause a issue unexpectly since it is not safe by thread operation.
Added mutex for it.
BUG=356560
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170395
Patch Set 1 #
Messages
Total messages: 10 (0 generated)
|