diff --git a/components/style/properties/gecko.mako.rs b/components/style/properties/gecko.mako.rs index 769559b7c3d..9fb7a1ac52d 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; }