Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1975)

Unified Diff: chrome/browser/renderer_host/browser_render_process_host.cc

Issue 505022: Convert a crash to a NOTREACHED. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/renderer/spellchecker/spellcheck.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/browser_render_process_host.cc
===================================================================
--- chrome/browser/renderer_host/browser_render_process_host.cc (revision 34757)
+++ chrome/browser/renderer_host/browser_render_process_host.cc (working copy)
@@ -980,7 +980,7 @@
prefs->GetBoolean(prefs::kEnableAutoSpellCorrect)));
} else {
Send(new ViewMsg_SpellChecker_Init(
- IPC::PlatformFileForTransit(),
huanr 2009/12/18 00:01:40 What does IPC::PlatformFileForTransit() end up bei
Evan Stade 2009/12/18 00:10:07 on windows, this was 0 instead of -1. On Posix it
+ IPC::InvalidPlatformFileForTransit(),
std::vector<std::string>(),
std::string(),
false));
« no previous file with comments | « no previous file | chrome/renderer/spellchecker/spellcheck.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698