mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Backed out changeset 698a25fb6e01
This commit is contained in:
parent
6ae312ded4
commit
b66276dd92
@ -88,7 +88,7 @@ public final class SurfaceAllocator {
|
||||
while (mAllocator == null) {
|
||||
try {
|
||||
this.wait();
|
||||
} catch (InterruptedException e) { }
|
||||
} catch(InterruptedException e) {}
|
||||
}
|
||||
|
||||
return mAllocator;
|
||||
|
Loading…
Reference in New Issue
Block a user