зеркало из https://github.com/mozilla/pjs.git
Bug 499134 - Crash with DOM Inspector [@ inDOMView::AttributeChanged(nsIDocument*, nsIContent*, int, nsIAtom*, int, unsigned int) ]. r=neil
This commit is contained in:
Родитель
6673322870
Коммит
f5cf0479d2
|
@ -758,7 +758,8 @@ inDOMView::AttributeChanged(nsIDocument *aDocument, nsIContent* aContent,
|
|||
inDOMViewNode* insertNode = nsnull;
|
||||
RowToNode(attrRow, &insertNode);
|
||||
if (insertNode) {
|
||||
if (insertNode->level <= contentNode->level) {
|
||||
if (contentNode &&
|
||||
insertNode->level <= contentNode->level) {
|
||||
RowToNode(attrRow-1, &insertNode);
|
||||
InsertLinkAfter(newNode, insertNode);
|
||||
} else
|
||||
|
|
Загрузка…
Ссылка в новой задаче