зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1308922, ensure expected DOM tree operations when calling prepend, r=ehsan
This commit is contained in:
Родитель
6cfb40f43f
Коммит
f3db1d65bd
|
@ -1886,7 +1886,8 @@ nsINode::Prepend(const Sequence<OwningNodeOrString>& aNodes,
|
|||
return;
|
||||
}
|
||||
|
||||
InsertBefore(*node, mFirstChild, aRv);
|
||||
nsCOMPtr<nsINode> refNode = mFirstChild;
|
||||
InsertBefore(*node, refNode, aRv);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Загрузка…
Ссылка в новой задаче