Bug 739439: Make nsFrameConstructorState::GetGeometricParent() a const method. r=bz

This commit is contained in:
Daniel Holbert 2012-03-26 15:36:13 -07:00
Родитель 63585ab54b
Коммит 24e05669f6
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -790,7 +790,7 @@ public:
// struct given by aStyleDisplay and parent's frame given by
// aContentParentFrame.
nsIFrame* GetGeometricParent(const nsStyleDisplay* aStyleDisplay,
nsIFrame* aContentParentFrame);
nsIFrame* aContentParentFrame) const;
/**
* Function to add a new frame to the right frame list. This MUST be called
@ -1054,7 +1054,7 @@ nsFrameConstructorState::PushFloatContainingBlock(nsIFrame* aNewFloatContainingB
nsIFrame*
nsFrameConstructorState::GetGeometricParent(const nsStyleDisplay* aStyleDisplay,
nsIFrame* aContentParentFrame)
nsIFrame* aContentParentFrame) const
{
NS_PRECONDITION(aStyleDisplay, "Must have display struct!");