Bug 721082 - Constify nsIFrame::GetParentStyleContextFrame. r=roc

This commit is contained in:
Matt Woodrow
2012-02-15 22:28:21 +13:00
parent adc23cee22
commit 439a12dca2
11 changed files with 17 additions and 17 deletions

View File

@@ -162,7 +162,7 @@ struct BCPropertyData
};
nsIFrame*
nsTableFrame::GetParentStyleContextFrame()
nsTableFrame::GetParentStyleContextFrame() const
{
// Since our parent, the table outer frame, returned this frame, we
// must return whatever our parent would normally have returned.