blob: cf6cd8f23cbfa8c07e39fc9536fa2c2ed5f1b5a6 [file] [log] [blame]
// `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;