зеркало из https://github.com/mozilla/gecko-dev.git
Bug 392977 - Freeze nsIHashable for 1.9, r=dbaron
This commit is contained in:
Родитель
a937be023c
Коммит
25928c5f24
|
@ -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
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче