Update binding file.

This commit is contained in:
Xidorn Quan 2017-05-06 12:49:54 +10:00
parent 1ef7b323ac
commit 4a8f680557

View file

@ -1139,6 +1139,10 @@ extern "C" {
atom: *mut nsIAtom, atom: *mut nsIAtom,
unit: nsCSSUnit); unit: nsCSSUnit);
} }
extern "C" {
pub fn Gecko_CSSValue_SetAtomIdent(css_value: nsCSSValueBorrowedMut,
atom: *mut nsIAtom);
}
extern "C" { extern "C" {
pub fn Gecko_CSSValue_SetArray(css_value: nsCSSValueBorrowedMut, pub fn Gecko_CSSValue_SetArray(css_value: nsCSSValueBorrowedMut,
len: i32); len: i32);