am 4b7c1cac: am bb2e1ef8: Merge "Fixing possible race condition."

* commit '4b7c1cacca252f735d23f7e01885214630d83f32':
  Fixing possible race condition.
This commit is contained in:
Dianne Hackborn
2011-02-07 07:51:34 -08:00
committed by Android Git Automerger

View File

@ -522,9 +522,8 @@ public class WindowManagerService extends IWindowManager.Stub
} catch (InterruptedException e) {
}
}
return thr.mService;
}
return thr.mService;
}
static class WMThread extends Thread {