зеркало из https://github.com/mozilla/gecko-dev.git
Bug 319558, crash [@ GetSelectionClosestFrameForChild] due to typo in bug 316281. Remove unwanted semicolon. Patch by Adam Guthrie <ispiked@gmail.com>. r=me
This commit is contained in:
Родитель
0e628dfa78
Коммит
0e1d9f3154
|
@ -2054,7 +2054,7 @@ static FrameTarget GetSelectionClosestFrame(nsIFrame* aFrame, nsPoint aPoint)
|
|||
}
|
||||
}
|
||||
} while (kid = kid->GetNextSibling());
|
||||
if (closestFrame);
|
||||
if (closestFrame)
|
||||
return GetSelectionClosestFrameForChild(closestFrame, aPoint);
|
||||
}
|
||||
return FrameTarget(aFrame, PR_FALSE, PR_FALSE);
|
||||
|
|
Загрузка…
Ссылка в новой задаче