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

This commit is contained in:
sayrer@gmail.com 2007-03-28 22:33:45 -07:00
parent 648180a221
commit 13219592fa

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);