diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-04-14 21:14:02 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-04-14 21:15:44 +0200 |
commit | 0d15ab17d3bdd1fb02892a3c248f8faaca06430a (patch) | |
tree | 9d489a7aa88147cbd7cf9b055dd4344775a3102b /components/style/gecko/generated/atom_macro.rs | |
parent | 3ef77f59d81a33bd51bf9180da0787e24d238673 (diff) | |
download | servo-0d15ab17d3bdd1fb02892a3c248f8faaca06430a.tar.gz servo-0d15ab17d3bdd1fb02892a3c248f8faaca06430a.zip |
style: Update binidngs.
Diffstat (limited to 'components/style/gecko/generated/atom_macro.rs')
-rw-r--r-- | components/style/gecko/generated/atom_macro.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/components/style/gecko/generated/atom_macro.rs b/components/style/gecko/generated/atom_macro.rs index 844cce18986..17f5e38d1c8 100644 --- a/components/style/gecko/generated/atom_macro.rs +++ b/components/style/gecko/generated/atom_macro.rs @@ -896,8 +896,6 @@ cfg_if! { pub static nsGkAtoms_flags: *mut nsStaticAtom; #[link_name = "_ZN9nsGkAtoms4flexE"] pub static nsGkAtoms_flex: *mut nsStaticAtom; - #[link_name = "_ZN9nsGkAtoms9flexgroupE"] - pub static nsGkAtoms_flexgroup: *mut nsStaticAtom; #[link_name = "_ZN9nsGkAtoms4flipE"] pub static nsGkAtoms_flip: *mut nsStaticAtom; #[link_name = "_ZN9nsGkAtoms8floatingE"] @@ -6117,8 +6115,6 @@ cfg_if! { pub static nsGkAtoms_flags: *mut nsStaticAtom; #[link_name = "?flex@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] pub static nsGkAtoms_flex: *mut nsStaticAtom; - #[link_name = "?flexgroup@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] - pub static nsGkAtoms_flexgroup: *mut nsStaticAtom; #[link_name = "?flip@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] pub static nsGkAtoms_flip: *mut nsStaticAtom; #[link_name = "?floating@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] @@ -11338,8 +11334,6 @@ cfg_if! { pub static nsGkAtoms_flags: *mut nsStaticAtom; #[link_name = "\x01?flex@nsGkAtoms@@2PAVnsStaticAtom@@A"] pub static nsGkAtoms_flex: *mut nsStaticAtom; - #[link_name = "\x01?flexgroup@nsGkAtoms@@2PAVnsStaticAtom@@A"] - pub static nsGkAtoms_flexgroup: *mut nsStaticAtom; #[link_name = "\x01?flip@nsGkAtoms@@2PAVnsStaticAtom@@A"] pub static nsGkAtoms_flip: *mut nsStaticAtom; #[link_name = "\x01?floating@nsGkAtoms@@2PAVnsStaticAtom@@A"] @@ -16562,8 +16556,6 @@ macro_rules! atom { {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_flags as *mut _) } }}; ("flex") => {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_flex as *mut _) } }}; -("flexgroup") => - {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_flexgroup as *mut _) } }}; ("flip") => {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_flip as *mut _) } }}; ("floating") => |