@@ -2164,6 +2164,8 @@ cfg_if! {
2164
2164
pub static nsGkAtoms_onreloadpage: *mut nsIAtom;
2165
2165
#[link_name = "_ZN9nsGkAtoms3remE"]
2166
2166
pub static nsGkAtoms_rem: *mut nsIAtom;
2167
+ #[link_name = "_ZN9nsGkAtoms6remoteE"]
2168
+ pub static nsGkAtoms_remote: *mut nsIAtom;
2167
2169
#[link_name = "_ZN9nsGkAtoms13removeelementE"]
2168
2170
pub static nsGkAtoms_removeelement: *mut nsIAtom;
2169
2171
#[link_name = "_ZN9nsGkAtoms21renderingobserverlistE"]
@@ -7179,6 +7181,8 @@ cfg_if! {
7179
7181
pub static nsGkAtoms_onreloadpage: *mut nsIAtom;
7180
7182
#[link_name = "?rem@nsGkAtoms@@2PEAVnsIAtom@@EA"]
7181
7183
pub static nsGkAtoms_rem: *mut nsIAtom;
7184
+ #[link_name = "?remote@nsGkAtoms@@2PEAVnsIAtom@@EA"]
7185
+ pub static nsGkAtoms_remote: *mut nsIAtom;
7182
7186
#[link_name = "?removeelement@nsGkAtoms@@2PEAVnsIAtom@@EA"]
7183
7187
pub static nsGkAtoms_removeelement: *mut nsIAtom;
7184
7188
#[link_name = "?renderingobserverlist@nsGkAtoms@@2PEAVnsIAtom@@EA"]
@@ -12194,6 +12198,8 @@ cfg_if! {
12194
12198
pub static nsGkAtoms_onreloadpage: *mut nsIAtom;
12195
12199
#[link_name = "\x01?rem@nsGkAtoms@@2PAVnsIAtom@@A"]
12196
12200
pub static nsGkAtoms_rem: *mut nsIAtom;
12201
+ #[link_name = "\x01?remote@nsGkAtoms@@2PAVnsIAtom@@A"]
12202
+ pub static nsGkAtoms_remote: *mut nsIAtom;
12197
12203
#[link_name = "\x01?removeelement@nsGkAtoms@@2PAVnsIAtom@@A"]
12198
12204
pub static nsGkAtoms_removeelement: *mut nsIAtom;
12199
12205
#[link_name = "\x01?renderingobserverlist@nsGkAtoms@@2PAVnsIAtom@@A"]
@@ -17212,6 +17218,8 @@ macro_rules! atom {
17212
17218
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onreloadpage as *mut _) } };
17213
17219
("rem") =>
17214
17220
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_rem as *mut _) } };
17221
+ ("remote") =>
17222
+ { unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_remote as *mut _) } };
17215
17223
("removeelement") =>
17216
17224
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_removeelement as *mut _) } };
17217
17225
("renderingobserverlist") =>
0 commit comments