Index: components/html_viewer/global_state.cc |
diff --git a/components/html_viewer/global_state.cc b/components/html_viewer/global_state.cc |
index ec0f570951c647531596cc5dc7c4cc485ed3ef25..2754c33d0034df02731ebb2955d7e0d3dedd98e7 100644 |
--- a/components/html_viewer/global_state.cc |
+++ b/components/html_viewer/global_state.cc |
@@ -89,7 +89,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; |
} |