Bug 359113, Crashes [@ nsEventStateManager::ShiftFocusInternal], r+sr=jst

This commit is contained in:
Olli.Pettay@helsinki.fi 2007-03-24 04:47:28 -07:00
Родитель c193edd10b
Коммит 3e985ddd5d
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -3215,9 +3215,8 @@ nsEventStateManager::ShiftFocusInternal(PRBool aForward, nsIContent* aStart)
nsCOMPtr<nsIContent> rootContent = mDocument->GetRootContent();
nsCOMPtr<nsISupports> pcContainer = mPresContext->GetContainer();
NS_ASSERTION(pcContainer, "no container for presContext");
nsCOMPtr<nsIDocShell> docShell(do_QueryInterface(pcContainer));
NS_ENSURE_STATE(docShell);
PRBool docHasFocus = PR_FALSE;
// ignoreTabIndex allows the user to tab to the next link after clicking before it link in the page