mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
style: Update generated bindings
MozReview-Commit-ID: ILCV7MiArL4
This commit is contained in:
parent
db6acc7de4
commit
1a437f956c
4 changed files with 1712 additions and 1253 deletions
|
@ -4074,6 +4074,8 @@ cfg_if! {
|
|||
pub static nsGkAtoms_http: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms5httpsE"]
|
||||
pub static nsGkAtoms_https: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms5proxyE"]
|
||||
pub static nsGkAtoms_proxy: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms12cdataTagNameE"]
|
||||
pub static nsGkAtoms_cdataTagName: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms14commentTagNameE"]
|
||||
|
@ -9239,6 +9241,8 @@ cfg_if! {
|
|||
pub static nsGkAtoms_http: *mut nsIAtom;
|
||||
#[link_name = "?https@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
pub static nsGkAtoms_https: *mut nsIAtom;
|
||||
#[link_name = "?proxy@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
pub static nsGkAtoms_proxy: *mut nsIAtom;
|
||||
#[link_name = "?cdataTagName@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
pub static nsGkAtoms_cdataTagName: *mut nsIAtom;
|
||||
#[link_name = "?commentTagName@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
|
@ -14404,6 +14408,8 @@ cfg_if! {
|
|||
pub static nsGkAtoms_http: *mut nsIAtom;
|
||||
#[link_name = "\x01?https@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||
pub static nsGkAtoms_https: *mut nsIAtom;
|
||||
#[link_name = "\x01?proxy@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||
pub static nsGkAtoms_proxy: *mut nsIAtom;
|
||||
#[link_name = "\x01?cdataTagName@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||
pub static nsGkAtoms_cdataTagName: *mut nsIAtom;
|
||||
#[link_name = "\x01?commentTagName@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||
|
@ -19572,6 +19578,8 @@ macro_rules! atom {
|
|||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_http as *mut _) } };
|
||||
("https") =>
|
||||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_https as *mut _) } };
|
||||
("proxy") =>
|
||||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_proxy as *mut _) } };
|
||||
("#cdata-section") =>
|
||||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_cdataTagName as *mut _) } };
|
||||
("#comment") =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue