summaryrefslogtreecommitdiff
path: root/www/firefox-esr/files/patch-bug1458219
blob: 0b86d436d0500416b2675bfe035dacbc201e4cb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
commit cfe84bdd1ce1
Author: Jonathan Watt <jwatt@jwatt.org>
Date:   Wed Apr 25 14:54:26 2018 +0100

    Bug 1458219 - Remove the 'property_name' macro. r=xidorn
---
 servo/components/style/properties/properties.mako.rs | 6 ------
 1 file changed, 6 deletions(-)

diff --git servo/components/style/properties/properties.mako.rs servo/components/style/properties/properties.mako.rs
index a1d2ee9d085a..5e3d8eaeaaf8 100644
--- servo/components/style/properties/properties.mako.rs
+++ servo/components/style/properties/properties.mako.rs
@@ -56,12 +56,6 @@ use style_adjuster::StyleAdjuster;
 
 pub use self::declaration_block::*;
 
-#[cfg(feature = "gecko")]
-#[macro_export]
-macro_rules! property_name {
-    ($s: tt) => { atom!($s) }
-}
-
 <%!
     from data import Method, Keyword, to_rust_ident, to_camel_case, SYSTEM_FONT_LONGHANDS
     import os.path