| Index: sky/tools/debugger/debugger.cc
|
| diff --git a/sky/tools/debugger/debugger.cc b/sky/tools/debugger/debugger.cc
|
| index 4fdbbe88474418948f5b98dd381a9b708e2c6095..96e68cc1bff137ccbf7ef46b218dfdc513d3196f 100644
|
| --- a/sky/tools/debugger/debugger.cc
|
| +++ b/sky/tools/debugger/debugger.cc
|
| @@ -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() {
|
|
|