| Index: components/html_viewer/global_state.cc
|
| diff --git a/components/html_viewer/global_state.cc b/components/html_viewer/global_state.cc
|
| index 870c4e7a90bb40594768e976b123d40993b31088..b91ab73c4960d2aaeddd5c8457851d36af74bc41 100644
|
| --- a/components/html_viewer/global_state.cc
|
| +++ b/components/html_viewer/global_state.cc
|
| @@ -93,7 +93,7 @@ void GlobalState::InitIfNecessary(const gfx::Size& screen_size_in_pixels,
|
|
|
| if (!resource_loader_.BlockUntilLoaded()) {
|
| // Assume on error we're being shut down.
|
| - app_->Terminate();
|
| + app_->Quit();
|
| return;
|
| }
|
|
|
|
|