Add @supports -moz-bool-pref() support for stylo.

This commit is contained in:
Xidorn Quan 2017-12-08 11:29:54 -06:00
parent 07bd84ecc8
commit d2042d7ed1
2 changed files with 52 additions and 1 deletions

View file

@ -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 ;
}