Chromium Code Reviews
DescriptionRemove an #if !defined(OS_LINUX)
Fixes a linux crash on opening a new tab, because without this code, the render process sends a page_id of 1 to the browser process, which crashes in NavigationController::ClassifyNavigation since page_id==1 is not higher than the max page id (when you've already surfed to another page in a previous tab), so the NavigationController crashes on trying to look up an entry for the page which doesn't exist.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12954
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||