Bug 392977 - Freeze nsIHashable for 1.9, r=dbaron

This commit is contained in:
benjamin@smedbergs.us 2007-10-02 12:16:30 -07:00
Родитель a937be023c
Коммит 25928c5f24
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -114,7 +114,6 @@ XPIDLSRCS = \
nsIAtomService.idl \
nsICollection.idl \
nsIEnumerator.idl \
nsIHashable.idl \
nsIINIParser.idl \
nsIPersistentProperties2.idl \
nsIProperty.idl \
@ -133,6 +132,7 @@ XPIDLSRCS = \
SDK_XPIDLSRCS = \
nsIArray.idl \
nsIHashable.idl \
nsIMutableArray.idl \
nsIObserverService.idl \
nsIObserver.idl \

Просмотреть файл

@ -39,8 +39,9 @@
/**
* Represents an object that can be stored in a hashtable.
*
* @status FROZEN - This interface will not change in the Mozilla 1.x lifetime
*/
[scriptable, uuid(17e595fa-b57a-4933-bd0f-b1812e8ab188)]
interface nsIHashable : nsISupports
{