add nsresult to IPDL builtins

This commit is contained in:
Chris Jones 2009-11-16 14:52:47 -06:00
parent 528fc497a1
commit ff28bbb2df

View File

@ -57,6 +57,7 @@ Types = (
'uintptr_t',
# Mozilla types: "less" standard things we know how serialize/deserialize
'nsresult',
'nsString',
'nsCString',
)