Merge "Fix finalization"

This commit is contained in:
John Reck
2011-09-15 10:42:25 -07:00
committed by Android (Google) Code Review

View File

@@ -4023,7 +4023,7 @@ public class WebView extends AbsoluteLayout
protected void finalize() throws Throwable {
try {
if (mNativeClass != 0) {
post(new Runnable() {
mPrivateHandler.post(new Runnable() {
@Override
public void run() {
destroy();