Avoid calling Context()->GetExecutionContext() on non-main threads in webaudio
Checking the existence of execution context is not thread safe. Instead, let's check it on the handler sides (main thread). Bug: 696905 Change-Id: I68a05ef9e32837f74ef1772d66631bfd104c7d5e Reviewed-on: https://chromium-review.googlesource.com/746721Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Raymond Toy <rtoy@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#512850}
Showing
Please register or sign in to comment