Bug 1053986 - Rename nsFrame.cpp static method IsBoxWrapped to IsXULBoxWrapped. r=dholbert

Written purely with sed, over .h and .cpp files in layout/.

MozReview-Commit-ID: EOh204RMxmi
This commit is contained in:
L. David Baron
2016-04-20 21:28:30 -07:00
parent 7511e4ea42
commit 2f53d7f019
3 changed files with 9 additions and 9 deletions

View File

@@ -380,7 +380,7 @@ nsLeafBoxFrame::GetBoxAscent(nsBoxLayoutState& aState)
nsLeafBoxFrame::MarkIntrinsicISizesDirty()
{
// Don't call base class method, since everything it does is within an
// IsBoxWrapped check.
// IsXULBoxWrapped check.
}
NS_IMETHODIMP