2018-08-15 10:54:50 -07:00
|
|
|
// `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.
|
2018-08-15 15:57:26 -07:00
|
|
|
typedef object nsISupports;
|