From babb2b716008eb4885655bae7bc81cb16d8050db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 11 Aug 2016 22:03:34 -0700 Subject: [PATCH] stylo: Remove misleading comments re. break-before and break-after. They're alias, and the deprecated property is page-break-xxx, not break-xxx. --- components/style/properties/gecko.mako.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/style/properties/gecko.mako.rs b/components/style/properties/gecko.mako.rs index 769559b7c3d4..9fb7a1ac52d7 100644 --- a/components/style/properties/gecko.mako.rs +++ b/components/style/properties/gecko.mako.rs @@ -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; } @@ -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; }