Fix CTS fail of the test case "android.webkit.cts.WebViewTest#testLoadDataWithBaseUrl"

We faced CTS fail in testLoadDataWithBaseUrl.
The cause of the fail is that "mIconDb" is not closed in the test case by redefining the variable with the same name.

The variable must be closed:
 - mIconDb in WebChromeClientTest class.

The variable was redefined:
 - mIconDb in run() method of worker thread in testOnReceivedIcon method.

Change-Id: I4947fc164623a6367992b37a88c97e79070d8afa
Signed-off-by: nao <nao.tanaka.cy@kyocera.jp>
1 file changed