Bug 375779. nsIWritablePropertyBag2 needs a UUID change. r+sr=bzbarsky

git-svn-id: svn://10.0.0.236/trunk@222580 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sayrer%gmail.com
2007-03-29 05:33:45 +00:00
parent 7f335e3bf3
commit ca9fad66bb

View File

@@ -39,7 +39,7 @@
#include "nsIPropertyBag2.idl"
[scriptable, uuid(ee42c54a-19d3-472b-8bc3-76318d5ab5f4)]
[scriptable, uuid(9cfd1587-360e-4957-a58f-4c2b1c5e7ed9)]
interface nsIWritablePropertyBag2 : nsIPropertyBag2
{
void setPropertyAsInt32 (in AString prop, in PRInt32 value);