Bug 1593053 - Remove XBL categories in console-services.js isCategoryAllowed. r=bgrins.

We shouldn't need those anymore now.

Differential Revision: https://phabricator.services.mozilla.com/D51568

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nicolas Chevobbe 2019-11-04 14:30:15 +00:00
Родитель 07ce7a231c
Коммит 0794fcd2a2
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -105,10 +105,6 @@ ConsoleServiceListener.prototype = {
case "component javascript":
case "chrome javascript":
case "chrome registration":
case "XBL":
case "XBL Prototype Handler":
case "XBL Content Sink":
case "xbl javascript":
return false;
}