Bug 1261289 - Follow-up: remove the word 'only' from a comment so it is more accurate. r=ntim

This commit is contained in:
Thomas Wisniewski 2017-08-11 09:15:11 -04:00
Родитель dad08ed351
Коммит 54acd62118
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -330,7 +330,7 @@ interface nsIProtocolHandler : nsISupports
const unsigned long URI_SCHEME_NOT_SELF_LINKABLE = (1 << 21);
/**
* The URIs for this protocol can be loaded only by extensions.
* The URIs for this protocol can be loaded by extensions.
*/
const unsigned long URI_LOADABLE_BY_EXTENSIONS = (1 << 22);
};