From 4a8f680557d7720ae1b802d25cb421b3be2a0a11 Mon Sep 17 00:00:00 2001 From: Xidorn Quan Date: Sat, 6 May 2017 12:49:54 +1000 Subject: [PATCH] Update binding file. --- components/style/gecko_bindings/bindings.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/style/gecko_bindings/bindings.rs b/components/style/gecko_bindings/bindings.rs index 1553536b706..03abd4d96d5 100644 --- a/components/style/gecko_bindings/bindings.rs +++ b/components/style/gecko_bindings/bindings.rs @@ -1139,6 +1139,10 @@ extern "C" { atom: *mut nsIAtom, unit: nsCSSUnit); } +extern "C" { + pub fn Gecko_CSSValue_SetAtomIdent(css_value: nsCSSValueBorrowedMut, + atom: *mut nsIAtom); +} extern "C" { pub fn Gecko_CSSValue_SetArray(css_value: nsCSSValueBorrowedMut, len: i32);