зеркало из https://github.com/mozilla/gecko-dev.git
Fixing DEBUG-only bustage.
This commit is contained in:
Родитель
795021a138
Коммит
d86c49e21c
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче