This commit is contained in:
dbaron%dbaron.org 2003-06-20 00:54:57 +00:00
Родитель 795021a138
Коммит d86c49e21c
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
}
}