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

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

View File

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