Bug 1362201 - Fix moz.build bug components for Toolkit :: Notifications and Alerts rs=me r=KWierso

MozReview-Commit-ID: E7uXW4FBxJY

--HG--
extra : rebase_source : 34c93a8eb505167a6bd51bb6bad8c920a36c25b2
This commit is contained in:
Wes Kocher 2017-05-04 14:44:58 -07:00
parent a826223c85
commit 3ce2f90b36
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ with Files("sync/**"):
BUG_COMPONENT = ("Firefox", "Sync")
with Files("test/alerts/**"):
BUG_COMPONENT = ("Toolkit", "Notification and Alerts")
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
with Files("test/appUpdate/**"):
BUG_COMPONENT = ("Toolkit", "Application Update")

View File

@ -98,7 +98,7 @@ with Files("DynamicsCompressorNode.webidl"):
BUG_COMPONENT = ("Core", "Web Audio")
with Files("DesktopNotification.webidl"):
BUG_COMPONENT = ("Toolkit", "Notification and Alerts")
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
with Files("FakePluginTagInit.webidl"):
BUG_COMPONENT = ("Core", "Plug-ins")