From 6f2d828856dff1f3e3a58b4fe05bc9e6e8231fe8 Mon Sep 17 00:00:00 2001 From: "Tim D. Smith" Date: Fri, 12 Jul 2019 07:53:21 +0000 Subject: [PATCH] Bug 1565389 - Remove orphaned comment r=jgraham Remove spurious comment orphaned in bug 1444940. Geolocation is safe... for now. Differential Revision: https://phabricator.services.mozilla.com/D37801 --HG-- extra : moz-landing-system : lando --- testing/web-platform/moz.build | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/web-platform/moz.build b/testing/web-platform/moz.build index e81f9545b462..51760b20a85b 100644 --- a/testing/web-platform/moz.build +++ b/testing/web-platform/moz.build @@ -302,7 +302,6 @@ with Files("tests/fullscreen/**"): with Files("tests/gamepad/**"): BUG_COMPONENT = ("Core", "DOM: Device Interfaces") -# Bug 1359076 - Deleting this feature due to security with Files("tests/geolocation-API/**"): BUG_COMPONENT = ("Core", "Geolocation")