Bug 1368423 - Changing the bug component of browser/components/originattributes/ into Core::DOM:Security. r=ckerschb

The original bug component of this folder is Firefox::OriginAttributes, which
doesn't exist. The Core::DOM:Security fits a proper role at here. Therefore, we
change the bug component into Core::DOM:Security.

MozReview-Commit-ID: 4m9iZ7ofYXN
This commit is contained in:
Tim Huang 2017-05-28 23:30:00 +02:00
Родитель d4e520e470
Коммит ccdb2c6ea0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -13,4 +13,4 @@ MOCHITEST_MANIFESTS += [
]
with Files('**'):
BUG_COMPONENT = ('Firefox', 'OriginAttributes')
BUG_COMPONENT = ('Core', 'DOM: Security')