diff --git a/browser/base/content/moz.build b/browser/base/content/moz.build index d79b6bc089c0..fc2e3509bc05 100644 --- a/browser/base/content/moz.build +++ b/browser/base/content/moz.build @@ -64,9 +64,8 @@ with Files("test/popups/**"): with Files("test/referrer/**"): BUG_COMPONENT = ("Core", "Document Navigation") -# TODO: Update this after bug 1435528 is resolved. with Files("test/sanitize/**"): - BUG_COMPONENT = ("Firefox", "General") + BUG_COMPONENT = ("Toolkit", "Data Sanitization") with Files("test/siteIdentity/**"): BUG_COMPONENT = ("Firefox", "Site Identity and Permission Panels")