Fix incorrect comparison with bitmask.
commit2701185b84d9e8ef62068839620599b891fc1e1e
authordalecurtis <dalecurtis@chromium.org>
Tue, 6 Jan 2015 19:52:34 +0000 (6 11:52 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 6 Jan 2015 19:53:18 +0000 (6 19:53 +0000)
treec71d03b1c9c100b81a0852afc6ce06e1ae9a7e09
parent7f109fdbbbf0a259283ada9823824cdee487bb0c
Fix incorrect comparison with bitmask.

This may have caused the audio power save blocker to not be created
or released appropriately when tabs move in and out of the background.

BUG=367785
TEST=tab audio indicator works as expected.

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

Cr-Commit-Position: refs/heads/master@{#310118}
content/browser/web_contents/web_contents_impl.cc