diff options
Diffstat (limited to 'components/style/gecko_bindings/bindings.rs')
-rw-r--r-- | components/style/gecko_bindings/bindings.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/gecko_bindings/bindings.rs b/components/style/gecko_bindings/bindings.rs index e438478a352..659092adbfd 100644 --- a/components/style/gecko_bindings/bindings.rs +++ b/components/style/gecko_bindings/bindings.rs @@ -649,7 +649,7 @@ extern "C" { } extern "C" { pub fn Gecko_CSSValue_SetFunction(css_value: nsCSSValueBorrowedMut, - len: i32); + len: i32); } extern "C" { pub fn Gecko_CSSValue_GetArrayItem(css_value: nsCSSValueBorrowedMut, |