From ccdb2c6ea0514b7c439f70af80b343ea3714538a Mon Sep 17 00:00:00 2001 From: Tim Huang Date: Sun, 28 May 2017 23:30:00 +0200 Subject: [PATCH] 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 --- browser/components/originattributes/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/components/originattributes/moz.build b/browser/components/originattributes/moz.build index ea5943ea1e4b..502e5f2b1d6c 100644 --- a/browser/components/originattributes/moz.build +++ b/browser/components/originattributes/moz.build @@ -13,4 +13,4 @@ MOCHITEST_MANIFESTS += [ ] with Files('**'): - BUG_COMPONENT = ('Firefox', 'OriginAttributes') + BUG_COMPONENT = ('Core', 'DOM: Security')