mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-29 13:06:06 +03:00
web-sys: Fix typedef of nsISupports
The JS Object type is named "object" in webidl, not "Object".
This commit is contained in:
parent
88582ec47c
commit
703e2a3fbe
@ -1,4 +1,4 @@
|
||||
// `nsISupports` is a Gecko thing that can be queried if it implements some
|
||||
// interface. We can query anything via `JsCast`, so it is good enough to just
|
||||
// call it an Object.
|
||||
typedef Object nsISupports;
|
||||
typedef object nsISupports;
|
||||
|
Loading…
Reference in New Issue
Block a user