diff options
author | Xidorn Quan <me@upsuper.org> | 2017-12-08 11:29:54 -0600 |
---|---|---|
committer | Xidorn Quan <me@upsuper.org> | 2017-12-08 14:12:02 -0600 |
commit | d2042d7ed15f60287992f3641ba52307e4cfd4bd (patch) | |
tree | 709e9d6e88d63e58d2811a8ed8e111a10c9f39cb /components/style/gecko/generated/bindings.rs | |
parent | 07bd84ecc8dc9ba56df873453696993118e18583 (diff) | |
download | servo-d2042d7ed15f60287992f3641ba52307e4cfd4bd.tar.gz servo-d2042d7ed15f60287992f3641ba52307e4cfd4bd.zip |
Add @supports -moz-bool-pref() support for stylo.
Diffstat (limited to 'components/style/gecko/generated/bindings.rs')
-rw-r--r-- | components/style/gecko/generated/bindings.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/style/gecko/generated/bindings.rs b/components/style/gecko/generated/bindings.rs index dec8338ee75..d4e2bf86851 100644 --- a/components/style/gecko/generated/bindings.rs +++ b/components/style/gecko/generated/bindings.rs @@ -1595,4 +1595,6 @@ extern "C" { pub fn Gecko_ContentList_AppendAll ( aContentList : * mut nsSimpleContentList , aElements : * mut * const RawGeckoElement , aLength : usize , ) ; } extern "C" { pub fn Gecko_GetElementsWithId ( aDocument : * const nsIDocument , aId : * mut nsAtom , ) -> * const nsTArray < * mut Element > ; +} extern "C" { + pub fn Gecko_GetBoolPrefValue ( pref_name : * const :: std :: os :: raw :: c_char , ) -> bool ; }
\ No newline at end of file |