servo: Merge #14667 - stylo: update bindings (from heycam:bindings-update-12); r=bholley

<!-- Please describe your changes on the following line: -->

Update bindings for https://treeherder.mozilla.org/#/jobs?repo=stylo&revision=3cefc3d84bae6c9ae9d591bb26d98a8f6fc51d47.

r? @bholley

Source-Repo: https://github.com/servo/servo
Source-Revision: 1b069de6b26db99f8b7964e8542f2b04e78094ce
This commit is contained in:
Cameron McCormack 2016-12-21 18:16:45 -08:00
Родитель bcc82d495e
Коммит c207d82f7a
4 изменённых файлов: 192 добавлений и 166 удалений

Просмотреть файл

@ -1010,6 +1010,10 @@ extern "C" {
reference:
RawServoStyleSheetBorrowed);
}
extern "C" {
pub fn Servo_StyleSet_NoteStyleSheetsChanged(set:
RawServoStyleSetBorrowed);
}
extern "C" {
pub fn Servo_CssRules_ListTypes(rules: ServoCssRulesBorrowed,
result: nsTArrayBorrowed_uintptr_t);

Просмотреть файл

@ -1614,6 +1614,14 @@ pub mod root {
}
#[repr(C)]
#[derive(Debug, Copy)]
pub struct TimeoutManager {
pub _address: u8,
}
impl Clone for TimeoutManager {
fn clone(&self) -> Self { *self }
}
#[repr(C)]
#[derive(Debug, Copy)]
pub struct PrefSetting {
pub _address: u8,
}
@ -3740,6 +3748,12 @@ pub mod root {
NS_ERROR_DOM_MEDIA_CDM_ERR = 2154692621,
NS_ERROR_DOM_MEDIA_NEED_NEW_DECODER = 2154692622,
NS_ERROR_DOM_MEDIA_CUBEB_INITIALIZATION_ERR = 2154692709,
NS_ERROR_UC_UPDATE_UNKNOWN = 2154758145,
NS_ERROR_UC_UPDATE_DUPLICATE_PREFIX = 2154758146,
NS_ERROR_UC_UPDATE_INFINITE_LOOP = 2154758147,
NS_ERROR_UC_UPDATE_WRONG_REMOVAL_INDICES = 2154758148,
NS_ERROR_UC_UPDATE_CHECKSUM_MISMATCH = 2154758149,
NS_ERROR_UC_UPDATE_MISSING_CHECKSUM = 2154758150,
NS_ERROR_DOWNLOAD_COMPLETE = 2155347969,
NS_ERROR_DOWNLOAD_NOT_PARTIAL = 2155347970,
NS_ERROR_UNORM_MOREOUTPUT = 2155348001,
@ -3871,6 +3885,7 @@ pub mod root {
pub struct Heap<T> {
pub ptr: T,
}
pub type Heap_ElementType<T> = T;
/**
* The TenuredHeap<T> class is similar to the Heap<T> class above in that it
* encapsulates the GC concerns of an on-heap reference to a JS object. However,
@ -3906,9 +3921,10 @@ pub mod root {
pub bits: usize,
pub _phantom_0: ::std::marker::PhantomData<T>,
}
pub type TenuredHeap_ElementType<T> = T;
pub const TenuredHeap_maskBits: root::JS::TenuredHeap__bindgen_ty_1 =
TenuredHeap__bindgen_ty_1::maskBits;
pub const flagsMask: root::JS::TenuredHeap__bindgen_ty_1 =
pub const TenuredHeap_flagsMask: root::JS::TenuredHeap__bindgen_ty_1 =
TenuredHeap__bindgen_ty_1::maskBits;
#[repr(i32)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
@ -8223,9 +8239,9 @@ pub mod root {
nsIPresShell__bindgen_ty_1::SCROLL_TOP;
pub const nsIPresShell_SCROLL_BOTTOM: root::nsIPresShell__bindgen_ty_1 =
nsIPresShell__bindgen_ty_1::SCROLL_BOTTOM;
pub const SCROLL_LEFT: root::nsIPresShell__bindgen_ty_1 =
pub const nsIPresShell_SCROLL_LEFT: root::nsIPresShell__bindgen_ty_1 =
nsIPresShell__bindgen_ty_1::SCROLL_TOP;
pub const SCROLL_RIGHT: root::nsIPresShell__bindgen_ty_1 =
pub const nsIPresShell_SCROLL_RIGHT: root::nsIPresShell__bindgen_ty_1 =
nsIPresShell__bindgen_ty_1::SCROLL_BOTTOM;
pub const nsIPresShell_SCROLL_CENTER: root::nsIPresShell__bindgen_ty_1 =
nsIPresShell__bindgen_ty_1::SCROLL_CENTER;
@ -10764,8 +10780,8 @@ pub mod root {
eCSSProperty_mask_repeat = 181,
eCSSProperty_mask_size = 182,
eCSSProperty_mask_type = 183,
eCSSProperty_math_display = 184,
eCSSProperty_math_variant = 185,
eCSSProperty__moz_math_display = 184,
eCSSProperty__moz_math_variant = 185,
eCSSProperty_max_block_size = 186,
eCSSProperty_max_height = 187,
eCSSProperty_max_inline_size = 188,
@ -10818,9 +10834,9 @@ pub mod root {
eCSSProperty_right = 235,
eCSSProperty_ruby_align = 236,
eCSSProperty_ruby_position = 237,
eCSSProperty_script_level = 238,
eCSSProperty_script_min_size = 239,
eCSSProperty_script_size_multiplier = 240,
eCSSProperty__moz_script_level = 238,
eCSSProperty__moz_script_min_size = 239,
eCSSProperty__moz_script_size_multiplier = 240,
eCSSProperty_scroll_behavior = 241,
eCSSProperty_scroll_snap_coordinate = 242,
eCSSProperty_scroll_snap_destination = 243,
@ -13067,133 +13083,140 @@ pub mod root {
}
#[test]
fn __bindgen_test_layout_template_17() {
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::mozilla::dom::TimeoutManager>>()
, 1usize);
assert_eq!(::std::mem::align_of::<root::mozilla::DefaultDelete<root::mozilla::dom::TimeoutManager>>()
, 1usize);
}
#[test]
fn __bindgen_test_layout_template_18() {
assert_eq!(::std::mem::size_of::<root::RefPtr<root::mozilla::dom::Element>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::RefPtr<root::mozilla::dom::Element>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_18() {
fn __bindgen_test_layout_template_19() {
assert_eq!(::std::mem::size_of::<root::nsTArray<root::RefPtr<root::mozilla::dom::Element>>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsTArray<root::RefPtr<root::mozilla::dom::Element>>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_19() {
fn __bindgen_test_layout_template_20() {
assert_eq!(::std::mem::size_of::<root::nsCOMPtr<root::nsIObserver>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsCOMPtr<root::nsIObserver>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_20() {
fn __bindgen_test_layout_template_21() {
assert_eq!(::std::mem::size_of::<root::nsCOMPtr<root::nsIWeakReference>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsCOMPtr<root::nsIWeakReference>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_21() {
fn __bindgen_test_layout_template_22() {
assert_eq!(::std::mem::size_of::<root::nsTArray<*mut root::nsIContent>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsTArray<*mut root::nsIContent>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_22() {
fn __bindgen_test_layout_template_23() {
assert_eq!(::std::mem::size_of::<root::nsTArray<::nsstring::nsStringRepr>>() ,
8usize);
assert_eq!(::std::mem::align_of::<root::nsTArray<::nsstring::nsStringRepr>>() ,
8usize);
}
#[test]
fn __bindgen_test_layout_template_23() {
fn __bindgen_test_layout_template_24() {
assert_eq!(::std::mem::size_of::<root::nsCOMPtr<root::nsIRunnable>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsCOMPtr<root::nsIRunnable>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_24() {
fn __bindgen_test_layout_template_25() {
assert_eq!(::std::mem::size_of::<root::mozilla::OwningNonNull<root::nsINode>>()
, 16usize);
assert_eq!(::std::mem::align_of::<root::mozilla::OwningNonNull<root::nsINode>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_25() {
fn __bindgen_test_layout_template_26() {
assert_eq!(::std::mem::size_of::<root::nsTArray<f64>>() , 8usize);
assert_eq!(::std::mem::align_of::<root::nsTArray<f64>>() , 8usize);
}
#[test]
fn __bindgen_test_layout_template_26() {
fn __bindgen_test_layout_template_27() {
assert_eq!(::std::mem::size_of::<root::RefPtr<root::mozilla::dom::DOMIntersectionObserverEntry>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::RefPtr<root::mozilla::dom::DOMIntersectionObserverEntry>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_27() {
fn __bindgen_test_layout_template_28() {
assert_eq!(::std::mem::size_of::<root::nsTArray<root::RefPtr<root::mozilla::dom::DOMIntersectionObserverEntry>>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsTArray<root::RefPtr<root::mozilla::dom::DOMIntersectionObserverEntry>>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_28() {
assert_eq!(::std::mem::size_of::<root::nsTArray<root::mozilla::DisplayItemClip_RoundedRect>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsTArray<root::mozilla::DisplayItemClip_RoundedRect>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_29() {
assert_eq!(::std::mem::size_of::<root::RefPtr<root::mozilla::dom::DOMRect>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::RefPtr<root::mozilla::dom::DOMRect>>()
assert_eq!(::std::mem::size_of::<root::nsMainThreadPtrHolder<root::nsIURI>>()
, 24usize);
assert_eq!(::std::mem::align_of::<root::nsMainThreadPtrHolder<root::nsIURI>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_30() {
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::ProxyBehaviour>>()
, 1usize);
assert_eq!(::std::mem::align_of::<root::mozilla::DefaultDelete<root::ProxyBehaviour>>()
, 1usize);
}
#[test]
fn __bindgen_test_layout_template_31() {
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::nsStyleSides>>()
, 1usize);
assert_eq!(::std::mem::align_of::<root::mozilla::DefaultDelete<root::nsStyleSides>>()
, 1usize);
}
#[test]
fn __bindgen_test_layout_template_32() {
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::CachedBorderImageData>>()
, 1usize);
assert_eq!(::std::mem::align_of::<root::mozilla::DefaultDelete<root::CachedBorderImageData>>()
, 1usize);
}
#[test]
fn __bindgen_test_layout_template_33() {
assert_eq!(::std::mem::size_of::<root::std::pair<::nsstring::nsStringRepr, ::nsstring::nsStringRepr>>()
, 32usize);
assert_eq!(::std::mem::align_of::<root::std::pair<::nsstring::nsStringRepr, ::nsstring::nsStringRepr>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_34() {
assert_eq!(::std::mem::size_of::<root::nsMainThreadPtrHolder<root::nsIPrincipal>>()
, 24usize);
assert_eq!(::std::mem::align_of::<root::nsMainThreadPtrHolder<root::nsIPrincipal>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_31() {
assert_eq!(::std::mem::size_of::<root::nsTArray<root::mozilla::DisplayItemClip_RoundedRect>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsTArray<root::mozilla::DisplayItemClip_RoundedRect>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_32() {
assert_eq!(::std::mem::size_of::<root::RefPtr<root::mozilla::dom::DOMRect>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::RefPtr<root::mozilla::dom::DOMRect>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_33() {
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::ProxyBehaviour>>()
, 1usize);
assert_eq!(::std::mem::align_of::<root::mozilla::DefaultDelete<root::ProxyBehaviour>>()
, 1usize);
}
#[test]
fn __bindgen_test_layout_template_34() {
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::nsStyleSides>>()
, 1usize);
assert_eq!(::std::mem::align_of::<root::mozilla::DefaultDelete<root::nsStyleSides>>()
, 1usize);
}
#[test]
fn __bindgen_test_layout_template_35() {
assert_eq!(::std::mem::size_of::<root::nsMainThreadPtrHolder<root::nsIURI>>()
, 24usize);
assert_eq!(::std::mem::align_of::<root::nsMainThreadPtrHolder<root::nsIURI>>()
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::CachedBorderImageData>>()
, 1usize);
assert_eq!(::std::mem::align_of::<root::mozilla::DefaultDelete<root::CachedBorderImageData>>()
, 1usize);
}
#[test]
fn __bindgen_test_layout_template_36() {
assert_eq!(::std::mem::size_of::<root::std::pair<::nsstring::nsStringRepr, ::nsstring::nsStringRepr>>()
, 32usize);
assert_eq!(::std::mem::align_of::<root::std::pair<::nsstring::nsStringRepr, ::nsstring::nsStringRepr>>()
, 8usize);
}
}

Просмотреть файл

@ -1607,6 +1607,14 @@ pub mod root {
}
#[repr(C)]
#[derive(Debug, Copy)]
pub struct TimeoutManager {
pub _address: u8,
}
impl Clone for TimeoutManager {
fn clone(&self) -> Self { *self }
}
#[repr(C)]
#[derive(Debug, Copy)]
pub struct PrefSetting {
pub _address: u8,
}
@ -3722,6 +3730,12 @@ pub mod root {
NS_ERROR_DOM_MEDIA_CDM_ERR = 2154692621,
NS_ERROR_DOM_MEDIA_NEED_NEW_DECODER = 2154692622,
NS_ERROR_DOM_MEDIA_CUBEB_INITIALIZATION_ERR = 2154692709,
NS_ERROR_UC_UPDATE_UNKNOWN = 2154758145,
NS_ERROR_UC_UPDATE_DUPLICATE_PREFIX = 2154758146,
NS_ERROR_UC_UPDATE_INFINITE_LOOP = 2154758147,
NS_ERROR_UC_UPDATE_WRONG_REMOVAL_INDICES = 2154758148,
NS_ERROR_UC_UPDATE_CHECKSUM_MISMATCH = 2154758149,
NS_ERROR_UC_UPDATE_MISSING_CHECKSUM = 2154758150,
NS_ERROR_DOWNLOAD_COMPLETE = 2155347969,
NS_ERROR_DOWNLOAD_NOT_PARTIAL = 2155347970,
NS_ERROR_UNORM_MOREOUTPUT = 2155348001,
@ -3853,6 +3867,7 @@ pub mod root {
pub struct Heap<T> {
pub ptr: T,
}
pub type Heap_ElementType<T> = T;
/**
* The TenuredHeap<T> class is similar to the Heap<T> class above in that it
* encapsulates the GC concerns of an on-heap reference to a JS object. However,
@ -3888,9 +3903,10 @@ pub mod root {
pub bits: usize,
pub _phantom_0: ::std::marker::PhantomData<T>,
}
pub type TenuredHeap_ElementType<T> = T;
pub const TenuredHeap_maskBits: root::JS::TenuredHeap__bindgen_ty_1 =
TenuredHeap__bindgen_ty_1::maskBits;
pub const flagsMask: root::JS::TenuredHeap__bindgen_ty_1 =
pub const TenuredHeap_flagsMask: root::JS::TenuredHeap__bindgen_ty_1 =
TenuredHeap__bindgen_ty_1::maskBits;
#[repr(i32)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
@ -8161,9 +8177,9 @@ pub mod root {
nsIPresShell__bindgen_ty_1::SCROLL_TOP;
pub const nsIPresShell_SCROLL_BOTTOM: root::nsIPresShell__bindgen_ty_1 =
nsIPresShell__bindgen_ty_1::SCROLL_BOTTOM;
pub const SCROLL_LEFT: root::nsIPresShell__bindgen_ty_1 =
pub const nsIPresShell_SCROLL_LEFT: root::nsIPresShell__bindgen_ty_1 =
nsIPresShell__bindgen_ty_1::SCROLL_TOP;
pub const SCROLL_RIGHT: root::nsIPresShell__bindgen_ty_1 =
pub const nsIPresShell_SCROLL_RIGHT: root::nsIPresShell__bindgen_ty_1 =
nsIPresShell__bindgen_ty_1::SCROLL_BOTTOM;
pub const nsIPresShell_SCROLL_CENTER: root::nsIPresShell__bindgen_ty_1 =
nsIPresShell__bindgen_ty_1::SCROLL_CENTER;
@ -10700,8 +10716,8 @@ pub mod root {
eCSSProperty_mask_repeat = 181,
eCSSProperty_mask_size = 182,
eCSSProperty_mask_type = 183,
eCSSProperty_math_display = 184,
eCSSProperty_math_variant = 185,
eCSSProperty__moz_math_display = 184,
eCSSProperty__moz_math_variant = 185,
eCSSProperty_max_block_size = 186,
eCSSProperty_max_height = 187,
eCSSProperty_max_inline_size = 188,
@ -10754,9 +10770,9 @@ pub mod root {
eCSSProperty_right = 235,
eCSSProperty_ruby_align = 236,
eCSSProperty_ruby_position = 237,
eCSSProperty_script_level = 238,
eCSSProperty_script_min_size = 239,
eCSSProperty_script_size_multiplier = 240,
eCSSProperty__moz_script_level = 238,
eCSSProperty__moz_script_min_size = 239,
eCSSProperty__moz_script_size_multiplier = 240,
eCSSProperty_scroll_behavior = 241,
eCSSProperty_scroll_snap_coordinate = 242,
eCSSProperty_scroll_snap_destination = 243,
@ -12993,133 +13009,140 @@ pub mod root {
}
#[test]
fn __bindgen_test_layout_template_17() {
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::mozilla::dom::TimeoutManager>>()
, 1usize);
assert_eq!(::std::mem::align_of::<root::mozilla::DefaultDelete<root::mozilla::dom::TimeoutManager>>()
, 1usize);
}
#[test]
fn __bindgen_test_layout_template_18() {
assert_eq!(::std::mem::size_of::<root::RefPtr<root::mozilla::dom::Element>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::RefPtr<root::mozilla::dom::Element>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_18() {
fn __bindgen_test_layout_template_19() {
assert_eq!(::std::mem::size_of::<root::nsTArray<root::RefPtr<root::mozilla::dom::Element>>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsTArray<root::RefPtr<root::mozilla::dom::Element>>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_19() {
fn __bindgen_test_layout_template_20() {
assert_eq!(::std::mem::size_of::<root::nsCOMPtr<root::nsIObserver>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsCOMPtr<root::nsIObserver>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_20() {
fn __bindgen_test_layout_template_21() {
assert_eq!(::std::mem::size_of::<root::nsCOMPtr<root::nsIWeakReference>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsCOMPtr<root::nsIWeakReference>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_21() {
fn __bindgen_test_layout_template_22() {
assert_eq!(::std::mem::size_of::<root::nsTArray<*mut root::nsIContent>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsTArray<*mut root::nsIContent>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_22() {
fn __bindgen_test_layout_template_23() {
assert_eq!(::std::mem::size_of::<root::nsTArray<::nsstring::nsStringRepr>>() ,
8usize);
assert_eq!(::std::mem::align_of::<root::nsTArray<::nsstring::nsStringRepr>>() ,
8usize);
}
#[test]
fn __bindgen_test_layout_template_23() {
fn __bindgen_test_layout_template_24() {
assert_eq!(::std::mem::size_of::<root::nsCOMPtr<root::nsIRunnable>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsCOMPtr<root::nsIRunnable>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_24() {
fn __bindgen_test_layout_template_25() {
assert_eq!(::std::mem::size_of::<root::mozilla::OwningNonNull<root::nsINode>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::mozilla::OwningNonNull<root::nsINode>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_25() {
fn __bindgen_test_layout_template_26() {
assert_eq!(::std::mem::size_of::<root::nsTArray<f64>>() , 8usize);
assert_eq!(::std::mem::align_of::<root::nsTArray<f64>>() , 8usize);
}
#[test]
fn __bindgen_test_layout_template_26() {
fn __bindgen_test_layout_template_27() {
assert_eq!(::std::mem::size_of::<root::RefPtr<root::mozilla::dom::DOMIntersectionObserverEntry>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::RefPtr<root::mozilla::dom::DOMIntersectionObserverEntry>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_27() {
fn __bindgen_test_layout_template_28() {
assert_eq!(::std::mem::size_of::<root::nsTArray<root::RefPtr<root::mozilla::dom::DOMIntersectionObserverEntry>>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsTArray<root::RefPtr<root::mozilla::dom::DOMIntersectionObserverEntry>>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_28() {
assert_eq!(::std::mem::size_of::<root::nsTArray<root::mozilla::DisplayItemClip_RoundedRect>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsTArray<root::mozilla::DisplayItemClip_RoundedRect>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_29() {
assert_eq!(::std::mem::size_of::<root::RefPtr<root::mozilla::dom::DOMRect>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::RefPtr<root::mozilla::dom::DOMRect>>()
assert_eq!(::std::mem::size_of::<root::nsMainThreadPtrHolder<root::nsIURI>>()
, 24usize);
assert_eq!(::std::mem::align_of::<root::nsMainThreadPtrHolder<root::nsIURI>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_30() {
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::ProxyBehaviour>>()
, 1usize);
assert_eq!(::std::mem::align_of::<root::mozilla::DefaultDelete<root::ProxyBehaviour>>()
, 1usize);
}
#[test]
fn __bindgen_test_layout_template_31() {
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::nsStyleSides>>()
, 1usize);
assert_eq!(::std::mem::align_of::<root::mozilla::DefaultDelete<root::nsStyleSides>>()
, 1usize);
}
#[test]
fn __bindgen_test_layout_template_32() {
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::CachedBorderImageData>>()
, 1usize);
assert_eq!(::std::mem::align_of::<root::mozilla::DefaultDelete<root::CachedBorderImageData>>()
, 1usize);
}
#[test]
fn __bindgen_test_layout_template_33() {
assert_eq!(::std::mem::size_of::<root::std::pair<::nsstring::nsStringRepr, ::nsstring::nsStringRepr>>()
, 32usize);
assert_eq!(::std::mem::align_of::<root::std::pair<::nsstring::nsStringRepr, ::nsstring::nsStringRepr>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_34() {
assert_eq!(::std::mem::size_of::<root::nsMainThreadPtrHolder<root::nsIPrincipal>>()
, 24usize);
assert_eq!(::std::mem::align_of::<root::nsMainThreadPtrHolder<root::nsIPrincipal>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_31() {
assert_eq!(::std::mem::size_of::<root::nsTArray<root::mozilla::DisplayItemClip_RoundedRect>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::nsTArray<root::mozilla::DisplayItemClip_RoundedRect>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_32() {
assert_eq!(::std::mem::size_of::<root::RefPtr<root::mozilla::dom::DOMRect>>()
, 8usize);
assert_eq!(::std::mem::align_of::<root::RefPtr<root::mozilla::dom::DOMRect>>()
, 8usize);
}
#[test]
fn __bindgen_test_layout_template_33() {
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::ProxyBehaviour>>()
, 1usize);
assert_eq!(::std::mem::align_of::<root::mozilla::DefaultDelete<root::ProxyBehaviour>>()
, 1usize);
}
#[test]
fn __bindgen_test_layout_template_34() {
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::nsStyleSides>>()
, 1usize);
assert_eq!(::std::mem::align_of::<root::mozilla::DefaultDelete<root::nsStyleSides>>()
, 1usize);
}
#[test]
fn __bindgen_test_layout_template_35() {
assert_eq!(::std::mem::size_of::<root::nsMainThreadPtrHolder<root::nsIURI>>()
, 24usize);
assert_eq!(::std::mem::align_of::<root::nsMainThreadPtrHolder<root::nsIURI>>()
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::CachedBorderImageData>>()
, 1usize);
assert_eq!(::std::mem::align_of::<root::mozilla::DefaultDelete<root::CachedBorderImageData>>()
, 1usize);
}
#[test]
fn __bindgen_test_layout_template_36() {
assert_eq!(::std::mem::size_of::<root::std::pair<::nsstring::nsStringRepr, ::nsstring::nsStringRepr>>()
, 32usize);
assert_eq!(::std::mem::align_of::<root::std::pair<::nsstring::nsStringRepr, ::nsstring::nsStringRepr>>()
, 8usize);
}
}

Просмотреть файл

@ -1364,6 +1364,8 @@ cfg_if! {
pub static nsGkAtoms_onattributewritereq: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms14onaudioprocessE"]
pub static nsGkAtoms_onaudioprocess: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms10onauxclickE"]
pub static nsGkAtoms_onauxclick: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms12onbeforecopyE"]
pub static nsGkAtoms_onbeforecopy: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms11onbeforecutE"]
@ -1636,14 +1638,6 @@ cfg_if! {
pub static nsGkAtoms_onmouseup: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms15onMozAfterPaintE"]
pub static nsGkAtoms_onMozAfterPaint: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms24onmozbrowserafterkeydownE"]
pub static nsGkAtoms_onmozbrowserafterkeydown: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms22onmozbrowserafterkeyupE"]
pub static nsGkAtoms_onmozbrowserafterkeyup: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms25onmozbrowserbeforekeydownE"]
pub static nsGkAtoms_onmozbrowserbeforekeydown: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms23onmozbrowserbeforekeyupE"]
pub static nsGkAtoms_onmozbrowserbeforekeyup: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms21onmozfullscreenchangeE"]
pub static nsGkAtoms_onmozfullscreenchange: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms20onmozfullscreenerrorE"]
@ -1838,6 +1832,8 @@ cfg_if! {
pub static nsGkAtoms_ontouchmove: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms13ontouchcancelE"]
pub static nsGkAtoms_ontouchcancel: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms18ontransitioncancelE"]
pub static nsGkAtoms_ontransitioncancel: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms15ontransitionendE"]
pub static nsGkAtoms_ontransitionend: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms15ontransitionrunE"]
@ -2300,8 +2296,6 @@ cfg_if! {
pub static nsGkAtoms_spinner: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms5splitE"]
pub static nsGkAtoms_split: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms9splitmenuE"]
pub static nsGkAtoms_splitmenu: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms8splitterE"]
pub static nsGkAtoms_splitter: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms6springE"]
@ -4006,6 +4000,8 @@ cfg_if! {
pub static nsGkAtoms_svgForeignObjectFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms24svgGenericContainerFrameE"]
pub static nsGkAtoms_svgGenericContainerFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms16svgGeometryFrameE"]
pub static nsGkAtoms_svgGeometryFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms9svgGFrameE"]
pub static nsGkAtoms_svgGFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms16svgGradientFrameE"]
@ -4026,8 +4022,6 @@ cfg_if! {
pub static nsGkAtoms_svgOuterSVGFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms25svgOuterSVGAnonChildFrameE"]
pub static nsGkAtoms_svgOuterSVGAnonChildFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms20svgPathGeometryFrameE"]
pub static nsGkAtoms_svgPathGeometryFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms15svgPatternFrameE"]
pub static nsGkAtoms_svgPatternFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms22svgRadialGradientFrameE"]
@ -6283,6 +6277,8 @@ cfg_if! {
pub static nsGkAtoms_onattributewritereq: *mut nsIAtom;
#[link_name = "?onaudioprocess@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onaudioprocess: *mut nsIAtom;
#[link_name = "?onauxclick@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onauxclick: *mut nsIAtom;
#[link_name = "?onbeforecopy@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onbeforecopy: *mut nsIAtom;
#[link_name = "?onbeforecut@nsGkAtoms@@2PEAVnsIAtom@@EA"]
@ -6555,14 +6551,6 @@ cfg_if! {
pub static nsGkAtoms_onmouseup: *mut nsIAtom;
#[link_name = "?onMozAfterPaint@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onMozAfterPaint: *mut nsIAtom;
#[link_name = "?onmozbrowserafterkeydown@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onmozbrowserafterkeydown: *mut nsIAtom;
#[link_name = "?onmozbrowserafterkeyup@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onmozbrowserafterkeyup: *mut nsIAtom;
#[link_name = "?onmozbrowserbeforekeydown@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onmozbrowserbeforekeydown: *mut nsIAtom;
#[link_name = "?onmozbrowserbeforekeyup@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onmozbrowserbeforekeyup: *mut nsIAtom;
#[link_name = "?onmozfullscreenchange@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onmozfullscreenchange: *mut nsIAtom;
#[link_name = "?onmozfullscreenerror@nsGkAtoms@@2PEAVnsIAtom@@EA"]
@ -6757,6 +6745,8 @@ cfg_if! {
pub static nsGkAtoms_ontouchmove: *mut nsIAtom;
#[link_name = "?ontouchcancel@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_ontouchcancel: *mut nsIAtom;
#[link_name = "?ontransitioncancel@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_ontransitioncancel: *mut nsIAtom;
#[link_name = "?ontransitionend@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_ontransitionend: *mut nsIAtom;
#[link_name = "?ontransitionrun@nsGkAtoms@@2PEAVnsIAtom@@EA"]
@ -7219,8 +7209,6 @@ cfg_if! {
pub static nsGkAtoms_spinner: *mut nsIAtom;
#[link_name = "?split@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_split: *mut nsIAtom;
#[link_name = "?splitmenu@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_splitmenu: *mut nsIAtom;
#[link_name = "?splitter@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_splitter: *mut nsIAtom;
#[link_name = "?spring@nsGkAtoms@@2PEAVnsIAtom@@EA"]
@ -8925,6 +8913,8 @@ cfg_if! {
pub static nsGkAtoms_svgForeignObjectFrame: *mut nsIAtom;
#[link_name = "?svgGenericContainerFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_svgGenericContainerFrame: *mut nsIAtom;
#[link_name = "?svgGeometryFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_svgGeometryFrame: *mut nsIAtom;
#[link_name = "?svgGFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_svgGFrame: *mut nsIAtom;
#[link_name = "?svgGradientFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
@ -8945,8 +8935,6 @@ cfg_if! {
pub static nsGkAtoms_svgOuterSVGFrame: *mut nsIAtom;
#[link_name = "?svgOuterSVGAnonChildFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_svgOuterSVGAnonChildFrame: *mut nsIAtom;
#[link_name = "?svgPathGeometryFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_svgPathGeometryFrame: *mut nsIAtom;
#[link_name = "?svgPatternFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_svgPatternFrame: *mut nsIAtom;
#[link_name = "?svgRadialGradientFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
@ -11202,6 +11190,8 @@ cfg_if! {
pub static nsGkAtoms_onattributewritereq: *mut nsIAtom;
#[link_name = "\x01?onaudioprocess@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onaudioprocess: *mut nsIAtom;
#[link_name = "\x01?onauxclick@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onauxclick: *mut nsIAtom;
#[link_name = "\x01?onbeforecopy@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onbeforecopy: *mut nsIAtom;
#[link_name = "\x01?onbeforecut@nsGkAtoms@@2PAVnsIAtom@@A"]
@ -11474,14 +11464,6 @@ cfg_if! {
pub static nsGkAtoms_onmouseup: *mut nsIAtom;
#[link_name = "\x01?onMozAfterPaint@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onMozAfterPaint: *mut nsIAtom;
#[link_name = "\x01?onmozbrowserafterkeydown@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onmozbrowserafterkeydown: *mut nsIAtom;
#[link_name = "\x01?onmozbrowserafterkeyup@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onmozbrowserafterkeyup: *mut nsIAtom;
#[link_name = "\x01?onmozbrowserbeforekeydown@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onmozbrowserbeforekeydown: *mut nsIAtom;
#[link_name = "\x01?onmozbrowserbeforekeyup@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onmozbrowserbeforekeyup: *mut nsIAtom;
#[link_name = "\x01?onmozfullscreenchange@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onmozfullscreenchange: *mut nsIAtom;
#[link_name = "\x01?onmozfullscreenerror@nsGkAtoms@@2PAVnsIAtom@@A"]
@ -11676,6 +11658,8 @@ cfg_if! {
pub static nsGkAtoms_ontouchmove: *mut nsIAtom;
#[link_name = "\x01?ontouchcancel@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_ontouchcancel: *mut nsIAtom;
#[link_name = "\x01?ontransitioncancel@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_ontransitioncancel: *mut nsIAtom;
#[link_name = "\x01?ontransitionend@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_ontransitionend: *mut nsIAtom;
#[link_name = "\x01?ontransitionrun@nsGkAtoms@@2PAVnsIAtom@@A"]
@ -12138,8 +12122,6 @@ cfg_if! {
pub static nsGkAtoms_spinner: *mut nsIAtom;
#[link_name = "\x01?split@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_split: *mut nsIAtom;
#[link_name = "\x01?splitmenu@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_splitmenu: *mut nsIAtom;
#[link_name = "\x01?splitter@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_splitter: *mut nsIAtom;
#[link_name = "\x01?spring@nsGkAtoms@@2PAVnsIAtom@@A"]
@ -13844,6 +13826,8 @@ cfg_if! {
pub static nsGkAtoms_svgForeignObjectFrame: *mut nsIAtom;
#[link_name = "\x01?svgGenericContainerFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_svgGenericContainerFrame: *mut nsIAtom;
#[link_name = "\x01?svgGeometryFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_svgGeometryFrame: *mut nsIAtom;
#[link_name = "\x01?svgGFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_svgGFrame: *mut nsIAtom;
#[link_name = "\x01?svgGradientFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
@ -13864,8 +13848,6 @@ cfg_if! {
pub static nsGkAtoms_svgOuterSVGFrame: *mut nsIAtom;
#[link_name = "\x01?svgOuterSVGAnonChildFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_svgOuterSVGAnonChildFrame: *mut nsIAtom;
#[link_name = "\x01?svgPathGeometryFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_svgPathGeometryFrame: *mut nsIAtom;
#[link_name = "\x01?svgPatternFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_svgPatternFrame: *mut nsIAtom;
#[link_name = "\x01?svgRadialGradientFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
@ -16124,6 +16106,8 @@ macro_rules! atom {
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onattributewritereq as *mut _) } };
("onaudioprocess") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onaudioprocess as *mut _) } };
("onauxclick") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onauxclick as *mut _) } };
("onbeforecopy") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onbeforecopy as *mut _) } };
("onbeforecut") =>
@ -16396,14 +16380,6 @@ macro_rules! atom {
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmouseup as *mut _) } };
("onMozAfterPaint") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onMozAfterPaint as *mut _) } };
("onmozbrowserafterkeydown") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmozbrowserafterkeydown as *mut _) } };
("onmozbrowserafterkeyup") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmozbrowserafterkeyup as *mut _) } };
("onmozbrowserbeforekeydown") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmozbrowserbeforekeydown as *mut _) } };
("onmozbrowserbeforekeyup") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmozbrowserbeforekeyup as *mut _) } };
("onmozfullscreenchange") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmozfullscreenchange as *mut _) } };
("onmozfullscreenerror") =>
@ -16598,6 +16574,8 @@ macro_rules! atom {
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ontouchmove as *mut _) } };
("ontouchcancel") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ontouchcancel as *mut _) } };
("ontransitioncancel") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ontransitioncancel as *mut _) } };
("ontransitionend") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ontransitionend as *mut _) } };
("ontransitionrun") =>
@ -17060,8 +17038,6 @@ macro_rules! atom {
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_spinner as *mut _) } };
("split") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_split as *mut _) } };
("splitmenu") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_splitmenu as *mut _) } };
("splitter") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_splitter as *mut _) } };
("spring") =>
@ -18766,6 +18742,8 @@ macro_rules! atom {
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgForeignObjectFrame as *mut _) } };
("SVGGenericContainerFrame") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgGenericContainerFrame as *mut _) } };
("SVGGeometryFrame") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgGeometryFrame as *mut _) } };
("SVGGFrame") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgGFrame as *mut _) } };
("SVGGradientFrame") =>
@ -18786,8 +18764,6 @@ macro_rules! atom {
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgOuterSVGFrame as *mut _) } };
("SVGOuterSVGAnonChildFrame") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgOuterSVGAnonChildFrame as *mut _) } };
("SVGPathGeometryFrame") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgPathGeometryFrame as *mut _) } };
("SVGPatternFrame") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgPatternFrame as *mut _) } };
("SVGRadialGradientFrame") =>