webaudio: Remove unnecessary use of volatile and atomic operations in AudioHandler.
volatile does not add atomicity or thread safety, and is unnecessary here. connection_ref_count_ is already accessed only while the graph mutex is held, so there is no added benefit of atomic operations. Change-Id: I69ecb8293360631872f8914b9bb013d06f49717d Reviewed-on: https://chromium-review.googlesource.com/c/1348854Reviewed-by:Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#610511}
Showing
Please register or sign in to comment