mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Fix webidl crate
This commit is contained in:
parent
5a776c16b2
commit
f4b49226b6
@ -171,6 +171,7 @@ impl WebidlParse<()> for webidl::ast::NonPartialInterface {
|
||||
pub_token: Default::default(),
|
||||
}),
|
||||
name: rust_ident(&self.name),
|
||||
attrs: Vec::new(),
|
||||
}),
|
||||
});
|
||||
|
||||
@ -379,7 +380,7 @@ impl<'a> WebidlParse<&'a str> for webidl::ast::StaticOperation {
|
||||
if util::is_chrome_only(&self.extended_attributes) {
|
||||
return Ok(())
|
||||
}
|
||||
|
||||
|
||||
create_basic_method(
|
||||
&self.arguments,
|
||||
self.name.as_ref(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user