Merge change 21047

* changes:
  Fix build break.
This commit is contained in:
Android (Google) Code Review
2009-08-12 18:51:46 -07:00

View File

@@ -41,7 +41,7 @@ public class Type extends BaseObj {
}
protected void finalize() throws Throwable {
if(mNativeCache) {
if(mNativeCache != 0) {
mRS.nTypeFinalDestroy(this);
mNativeCache = 0;
}