Merge "Fix (again) for bug 2558156, update cache encoding correctly" into froyo
This commit is contained in:
committed by
Android (Google) Code Review
commit
53c0c0daf4
@ -476,6 +476,7 @@ class LoadListener extends Handler implements EventHandler {
|
||||
}
|
||||
WebViewWorker.CacheEncoding ce = new WebViewWorker.CacheEncoding();
|
||||
ce.mEncoding = mEncoding;
|
||||
ce.mListener = this;
|
||||
WebViewWorker.getHandler().obtainMessage(
|
||||
WebViewWorker.MSG_UPDATE_CACHE_ENCODING, ce).sendToTarget();
|
||||
}
|
||||
|
Reference in New Issue
Block a user