diff --git a/components/style/gecko/generated/bindings.rs b/components/style/gecko/generated/bindings.rs index 68036f26e89..52ee3dfd615 100644 --- a/components/style/gecko/generated/bindings.rs +++ b/components/style/gecko/generated/bindings.rs @@ -967,6 +967,31 @@ extern "C" { pub fn Gecko_CopyCounterStyle(dst: *mut CounterStylePtr, src: *const CounterStylePtr); } +extern "C" { + pub fn Gecko_CounterStyle_IsNone(ptr: *const CounterStylePtr) -> bool; +} +extern "C" { + pub fn Gecko_CounterStyle_IsName(ptr: *const CounterStylePtr) -> bool; +} +extern "C" { + pub fn Gecko_CounterStyle_GetName(ptr: *const CounterStylePtr, + result: *mut nsAString); +} +extern "C" { + pub fn Gecko_CounterStyle_GetSymbols(ptr: *const CounterStylePtr) + -> *const nsTArray; +} +extern "C" { + pub fn Gecko_CounterStyle_GetSystem(ptr: *const CounterStylePtr) -> u8; +} +extern "C" { + pub fn Gecko_CounterStyle_IsSingleString(ptr: *const CounterStylePtr) + -> bool; +} +extern "C" { + pub fn Gecko_CounterStyle_GetSingleString(ptr: *const CounterStylePtr, + result: *mut nsAString); +} extern "C" { pub fn Gecko_SetNullImageValue(image: *mut nsStyleImage); } @@ -1865,9 +1890,6 @@ extern "C" { extern "C" { pub fn Gecko_Destroy_nsStyleEffects(ptr: *mut nsStyleEffects); } -extern "C" { - pub fn Gecko_Construct_nsStyleVariables(ptr: *mut nsStyleVariables); -} extern "C" { pub fn Gecko_RegisterProfilerThread(name: *const ::std::os::raw::c_char); }