Bug 1464967 - Part 1: Make nsLineBox::BreakTypeToString static. r=gerald
MozReview-Commit-ID: L97yf6oCXlq
This commit is contained in:
@@ -203,8 +203,8 @@ ListFloats(FILE* out, const char* aPrefix, const nsFloatCacheList& aFloats)
|
||||
}
|
||||
}
|
||||
|
||||
const char*
|
||||
nsLineBox::BreakTypeToString(StyleClear aBreakType) const
|
||||
/* static */ const char*
|
||||
nsLineBox::BreakTypeToString(StyleClear aBreakType)
|
||||
{
|
||||
switch (aBreakType) {
|
||||
case StyleClear::None: return "nobr";
|
||||
|
||||
Reference in New Issue
Block a user