mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Update bindings.
This commit is contained in:
parent
322113a393
commit
c43de8ff29
1 changed files with 4 additions and 0 deletions
|
@ -12244,6 +12244,10 @@ pub mod root {
|
|||
#[link_name = "\u{1}_ZN7mozilla10StylePrefs28sMozDocumentEnabledInContentE"]
|
||||
pub static mut StylePrefs_sMozDocumentEnabledInContent: bool;
|
||||
}
|
||||
extern "C" {
|
||||
#[link_name = "\u{1}_ZN7mozilla10StylePrefs28sMozDocumentURLPrefixHackEnabledE"]
|
||||
pub static mut StylePrefs_sMozDocumentURLPrefixHackEnabled: bool;
|
||||
}
|
||||
extern "C" {
|
||||
#[link_name = "\u{1}_ZN7mozilla10StylePrefs32sGridTemplateSubgridValueEnabledE"]
|
||||
pub static mut StylePrefs_sGridTemplateSubgridValueEnabled: bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue