mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-11 06:36:05 +00: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
|
// `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
|
// interface. We can query anything via `JsCast`, so it is good enough to just
|
||||||
// call it an Object.
|
// call it an Object.
|
||||||
typedef Object nsISupports;
|
typedef object nsISupports;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user