зеркало из https://github.com/mozilla/pjs.git
Fix crash in treewalker when walking out of root element. Bug 124784,
r=sicking, sr=jst
This commit is contained in:
Родитель
7cda24212b
Коммит
6f4c72ac1b
|
@ -638,7 +638,7 @@ nsresult nsTreeWalker::IndexOf(nsIDOMNode* aParent,
|
|||
|
||||
if (possibleIndex >= 0) {
|
||||
nsCOMPtr<nsIContent> tmp;
|
||||
contParent->ChildAt(possibleIndex, *getter_AddRefs(tmp));
|
||||
docParent->ChildAt(possibleIndex, *getter_AddRefs(tmp));
|
||||
if (tmp == child) {
|
||||
*_childNum = possibleIndex;
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче