зеркало из https://github.com/mozilla/pjs.git
Fix typo in assertion message
This commit is contained in:
Родитель
d75327bf2d
Коммит
068aa0a05a
|
@ -607,7 +607,7 @@ static PRBool IsContinuationPlaceholder(nsIFrame* aFrame)
|
|||
static void ReparentFrame(nsIFrame* aFrame, nsIFrame* aOldParent,
|
||||
nsIFrame* aNewParent) {
|
||||
NS_ASSERTION(aOldParent == aFrame->GetParent(),
|
||||
"Parent not consistent with exepectations");
|
||||
"Parent not consistent with expectations");
|
||||
|
||||
aFrame->SetParent(aNewParent);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче