mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-16 11:45:31 +00:00
make enums scriptable to fix startup assert
This commit is contained in:
parent
d9b86f76c2
commit
a06f49f1ef
@ -33,6 +33,8 @@ interface nsIDBFolderInfo;
|
||||
|
||||
typedef long nsMsgDBCommit;
|
||||
|
||||
[scriptable, uuid(aa4d45d0-3956-11d3-8d76-00805f8a6617)]
|
||||
|
||||
interface nsMsgDBCommitType
|
||||
{
|
||||
const long kSmallCommit = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user