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

@@ -263,7 +263,7 @@ nsFrameManager::Destroy()
// Placeholder frame functions
nsPlaceholderFrame*
nsFrameManager::GetPlaceholderFrameFor(nsIFrame* aFrame)
nsFrameManager::GetPlaceholderFrameFor(const nsIFrame* aFrame)
{
NS_PRECONDITION(aFrame, "null param unexpected");