Merge "Fix for bug 2558156: Encodig is null" into froyo
This commit is contained in:
committed by
Android (Google) Code Review
commit
70c22a48e6
@@ -474,6 +474,7 @@ class LoadListener extends Handler implements EventHandler {
|
||||
WebViewWorker.MSG_CREATE_CACHE, data).sendToTarget();
|
||||
}
|
||||
WebViewWorker.CacheEncoding ce = new WebViewWorker.CacheEncoding();
|
||||
ce.mEncoding = mEncoding;
|
||||
WebViewWorker.getHandler().obtainMessage(
|
||||
WebViewWorker.MSG_UPDATE_CACHE_ENCODING, ce).sendToTarget();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user