No bug - Fix error in nsIPrincipal comment (it's nsIScriptSecurityManager::NO_APP_ID, not nsIAppsService::NO_APP_ID). r=me DONTBUILD

This commit is contained in:
Justin Lebar 2012-08-06 00:31:22 -04:00
Родитель c016251907
Коммит 53e0011130
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -241,8 +241,9 @@ interface nsIPrincipal : nsISerializable
readonly attribute unsigned short appStatus;
/**
* Returns the app id the principal is in.
* Returns nsIAppsService::NO_APP_ID if this principal isn't part of an app.
* Returns the app id the principal is in, or returns
* nsIScriptSecurityManager::NO_APP_ID if this principal isn't part of an
* app.
*/
readonly attribute unsigned long appId;