mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Changed nsISupports to nsIVariant for ease of JS use (not part of the build).
This commit is contained in:
parent
fce5351e32
commit
069c3354fd
@ -114,7 +114,7 @@ interface calIOperationListener : nsISupports
|
||||
void onOperationComplete(in nsresult aStatus,
|
||||
in string aId,
|
||||
in unsigned long aOperation,
|
||||
in nsISupports aDetail);
|
||||
in nsIVariant aDetail);
|
||||
/**
|
||||
* for getItem and getItems
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user