Skip to content
Commit 33bae888 authored by Andrew Scull's avatar Andrew Scull
Browse files

WebViewUpdater: make lock object final.

Synchronizing on non-final fields is not safe: if the field is ever
updated, different threads may end up locking on different objects.

Bug: 38441224
Test: Build
Change-Id: Icc5dbfbaeeb276504a789d3a1c81af82e5128c9b
parent 74fa79e6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment