зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1113121 followup - fix assertion r=me
This commit is contained in:
Родитель
e597ad29ec
Коммит
8b8175fed3
|
@ -7398,7 +7398,7 @@ nsHTMLEditRules::JoinNodesSmart(nsIContent& aNodeLeft, nsIContent& aNodeRight)
|
|||
{
|
||||
// Caller responsible for left and right node being the same type
|
||||
nsCOMPtr<nsINode> parent = aNodeLeft.GetParentNode();
|
||||
NS_ENSURE_STATE(parent);
|
||||
NS_ENSURE_TRUE(parent, ::DOMPoint());
|
||||
int32_t parOffset = parent->IndexOf(&aNodeLeft);
|
||||
nsCOMPtr<nsINode> rightParent = aNodeRight.GetParentNode();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче