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
Loading
Please register or sign in to comment