diff options
Diffstat (limited to 'components/style/gecko/generated/bindings.rs')
-rw-r--r-- | components/style/gecko/generated/bindings.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/style/gecko/generated/bindings.rs b/components/style/gecko/generated/bindings.rs index fb3d1a35c89..cf5d36969dd 100644 --- a/components/style/gecko/generated/bindings.rs +++ b/components/style/gecko/generated/bindings.rs @@ -2844,5 +2844,6 @@ extern "C" { source: *const ::std::os::raw::c_char, sourceLen: u32, lineNumber: u32, - colNumber: u32, aURI: *mut nsIURI); + colNumber: u32, aURI: *mut nsIURI, + followup: *const ::std::os::raw::c_char); } |