Bug 1297982 - Replace NS_STYLE_BOX_DECORATION_BREAK_* with enum class; r=xidorn

MozReview-Commit-ID: 9Cli68UpKdz
This commit is contained in:
Ravi Shankar
2016-08-26 12:44:32 +05:30
parent 49bd1a9b5f
commit 181d48792f
23 changed files with 39 additions and 38 deletions

View File

@@ -564,7 +564,7 @@ nsIFrame::LogicalSides
nsTableCellFrame::GetLogicalSkipSides(const ReflowInput* aReflowInput) const
{
if (MOZ_UNLIKELY(StyleBorder()->mBoxDecorationBreak ==
NS_STYLE_BOX_DECORATION_BREAK_CLONE)) {
StyleBoxDecorationBreak::Clone)) {
return LogicalSides();
}