From 6cc628000499a8295ee3e508c84cd6be40806958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 28 Feb 2018 00:33:41 +0100 Subject: [PATCH] style: Remove a stray pref value. This should've been removed in https://bugzilla.mozilla.org/show_bug.cgi?id=1398492 --- components/style/properties/longhand/position.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/longhand/position.mako.rs b/components/style/properties/longhand/position.mako.rs index 67bcf59cb25..2350530545f 100644 --- a/components/style/properties/longhand/position.mako.rs +++ b/components/style/properties/longhand/position.mako.rs @@ -352,5 +352,4 @@ ${helpers.predefined_type("grid-template-areas", initial_value="computed::GridTemplateAreas::none()", products="gecko", animation_value_type="discrete", - gecko_pref="layout.css.grid.enabled", spec="https://drafts.csswg.org/css-grid/#propdef-grid-template-areas")}