Add back exit(0) until crbug.com/430581 can be resolved.

BUG=430581
TBR=abarth@chromium.org

Review URL: https://codereview.chromium.org/693433005
This commit is contained in:
Eric Seidel
2014-11-06 12:55:29 -08:00
parent d1c92fa424
commit 2a979ce147

View File

@@ -107,6 +107,9 @@ void SkyDebugger::Shutdown() {
// TODO(eseidel): This still hits an X11 error which I don't understand
// "X Error of failed request: GLXBadDrawable", crbug.com/430581
mojo::ApplicationImpl::Terminate();
// TODO(eseidel): REMOVE THIS, temporarily fast-exit now to stop confusing
// folks with exit-time crashes due to GLXBadDrawable above.
exit(0);
}
void SkyDebugger::InjectInspector() {