Merge change 20632
* changes: call super.finalize() from WebView
This commit is contained in:
@@ -2514,7 +2514,11 @@ public class WebView extends AbsoluteLayout
|
||||
|
||||
@Override
|
||||
protected void finalize() throws Throwable {
|
||||
destroy();
|
||||
try {
|
||||
destroy();
|
||||
} finally {
|
||||
super.finalize();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user