зеркало из https://github.com/mozilla/pjs.git
Fixing DEBUG-only bustage.
This commit is contained in:
Родитель
709007b8c7
Коммит
6d22d3c842
|
@ -1565,7 +1565,7 @@ FrameManager::ReParentStyleContext(nsIFrame* aFrame,
|
|||
}
|
||||
}
|
||||
#ifdef NS_DEBUG
|
||||
VerifyStyleTree(aFrame, aNewParentContext);
|
||||
VerifyStyleTree(GetPresContext(), aFrame, aNewParentContext);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1565,7 +1565,7 @@ FrameManager::ReParentStyleContext(nsIFrame* aFrame,
|
|||
}
|
||||
}
|
||||
#ifdef NS_DEBUG
|
||||
VerifyStyleTree(aFrame, aNewParentContext);
|
||||
VerifyStyleTree(GetPresContext(), aFrame, aNewParentContext);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче