Bug 913948 getCachedBySubdomainAndName's array length should be optional from JS r=Mossop

This commit is contained in:
Neil Rashbrook 2013-09-17 23:43:24 +01:00
Родитель c4c9f9e982
Коммит 9d5d17f390
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -67,7 +67,7 @@ interface nsIContentPref;
* See nsIContentPrefCallback2 below for more information about callbacks.
*/
[scriptable, uuid(133608c7-f812-41ca-bc1c-62a4eb95e52a)]
[scriptable, uuid(86279644-6b86-4875-a228-2d2ff2f3e33b)]
interface nsIContentPrefService2 : nsISupports
{
/**
@ -153,7 +153,7 @@ interface nsIContentPrefService2 : nsISupports
void getCachedBySubdomainAndName(in AString domain,
in AString name,
in nsILoadContext context,
out unsigned long len,
[optional] out unsigned long len,
[retval,array,size_is(len)] out nsIContentPref prefs);
/**