Bug 1369931 - Fix up browser/base/content/moz.build bugzilla_component r?gps draft
authorWes Kocher <wkocher@mozilla.com>
Fri, 02 Jun 2017 17:09:02 -0700
changeset 588516 df340298994450ce5a377fe56c03dc35a25652d5
parent 588515 c67d811399a1408dd4c77a92584ecf480e3c972b
child 631606 f7e996ed13eca061b4ae9894137eab8ce8fbacf7
push id62074
push userbmo:wkocher@mozilla.com
push dateSat, 03 Jun 2017 00:10:44 +0000
reviewersgps
bugs1369931
milestone55.0a1
Bug 1369931 - Fix up browser/base/content/moz.build bugzilla_component r?gps MozReview-Commit-ID: 94SqjqVYYhp
browser/base/content/moz.build
--- a/browser/base/content/moz.build
+++ b/browser/base/content/moz.build
@@ -72,17 +72,17 @@ with Files("test/tabPrompts/**"):
 
 with Files("test/tabcrashed/**"):
     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
 
 with Files("test/tabs/**"):
     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
 
 with Files("test/urlbar/**"):
-    BUG_COMPONENT = ("Firefox`", "Location Bar")
+    BUG_COMPONENT = ("Firefox", "Location Bar")
 
 with Files("test/webextensions/**"):
     BUG_COMPONENT = ("Toolkit", "WebExtensions: Untriaged")
 
 with Files("test/webrtc/**"):
     BUG_COMPONENT = ("Core", "WebRTC")
 
 with Files("aboutProviderDirectory.xhtml"):