Skip to content

Commit

Permalink
stylo: Remove misleading comments re. break-before and break-after.
Browse files Browse the repository at this point in the history
They're alias, and the deprecated property is page-break-xxx, not break-xxx.
  • Loading branch information
emilio committed Aug 16, 2016
1 parent 6bce4c8 commit babb2b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/style/properties/gecko.mako.rs
Expand Up @@ -914,7 +914,6 @@ fn static_assert() {
T::left => true,
T::right => true
};
// TODO(shinglyu): Rename Gecko's struct to mPageBreakBefore
self.gecko.mBreakBefore = result;
}

Expand All @@ -931,7 +930,6 @@ fn static_assert() {
T::left => true,
T::right => true
};
// TODO(shinglyu): Rename Gecko's struct to mPageBreakBefore
self.gecko.mBreakBefore = result;
}

Expand Down

0 comments on commit babb2b7

Please sign in to comment.