OSDN Git Service

Remove checkThread() from findAddress
authorJohn Reck <jreck@google.com>
Fri, 17 Aug 2012 20:04:24 +0000 (13:04 -0700)
committerJohn Reck <jreck@google.com>
Fri, 17 Aug 2012 20:05:02 +0000 (13:05 -0700)
commitb5622dad6561482ddd331bd826689634b5fa2c4f
treec6fc0b928b80d775cdcec07763085e599e2bbc9c
parentbc11e52cafa182996a338641c86bf3a07f571b1d
Remove checkThread() from findAddress

 Bug: 6811978
 This doesn't need checked thread safety - static util methods should
 be thread safe.

Change-Id: Ib652d74ced66e3fa332464106a38522cd941a4cd
core/java/android/webkit/WebView.java