Skip to content

Commit

Permalink
Update binding files.
Browse files Browse the repository at this point in the history
  • Loading branch information
upsuper committed Jul 30, 2017
1 parent 097e36b commit e580b8a
Show file tree
Hide file tree
Showing 3 changed files with 7,516 additions and 20,303 deletions.
8 changes: 8 additions & 0 deletions components/style/gecko/generated/atom_macro.rs
Expand Up @@ -2026,6 +2026,8 @@ cfg_if! {
pub static nsGkAtoms_onussdreceived: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms15onversionchangeE"]
pub static nsGkAtoms_onversionchange: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms18onvisibilitychangeE"]
pub static nsGkAtoms_onvisibilitychange: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms13onvoicechangeE"]
pub static nsGkAtoms_onvoicechange: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms15onvoiceschangedE"]
Expand Down Expand Up @@ -7155,6 +7157,8 @@ cfg_if! {
pub static nsGkAtoms_onussdreceived: *mut nsIAtom;
#[link_name = "?onversionchange@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onversionchange: *mut nsIAtom;
#[link_name = "?onvisibilitychange@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onvisibilitychange: *mut nsIAtom;
#[link_name = "?onvoicechange@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onvoicechange: *mut nsIAtom;
#[link_name = "?onvoiceschanged@nsGkAtoms@@2PEAVnsIAtom@@EA"]
Expand Down Expand Up @@ -12284,6 +12288,8 @@ cfg_if! {
pub static nsGkAtoms_onussdreceived: *mut nsIAtom;
#[link_name = "\x01?onversionchange@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onversionchange: *mut nsIAtom;
#[link_name = "\x01?onvisibilitychange@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onvisibilitychange: *mut nsIAtom;
#[link_name = "\x01?onvoicechange@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onvoicechange: *mut nsIAtom;
#[link_name = "\x01?onvoiceschanged@nsGkAtoms@@2PAVnsIAtom@@A"]
Expand Down Expand Up @@ -17416,6 +17422,8 @@ macro_rules! atom {
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onussdreceived as *mut _) } };
("onversionchange") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onversionchange as *mut _) } };
("onvisibilitychange") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onvisibilitychange as *mut _) } };
("onvoicechange") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onvoicechange as *mut _) } };
("onvoiceschanged") =>
Expand Down

0 comments on commit e580b8a

Please sign in to comment.