commit e09b2deb216910b26f1ade5882d3c3c07af30652
Author: Matthew Finkel <sysrqb(a)torproject.org>
Date: Sun Apr 5 22:34:53 2020 +0000
fixup! Bug 28005: Implement .onion alias urlbar rewrites
---
browser/components/onionservices/moz.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/browser/components/onionservices/moz.build b/browser/components/onionservices/moz.build
index e4c63a6ebcb9..dfd664df434e 100644
--- a/browser/components/onionservices/moz.build
+++ b/browser/components/onionservices/moz.build
@@ -1,9 +1,9 @@
JAR_MANIFESTS += ['jar.mn']
EXTRA_JS_MODULES += [
- 'OnionLocationChild.jsm',
- 'OnionLocationParent.jsm',
'ExtensionMessaging.jsm',
'HttpsEverywhereControl.jsm',
'OnionAliasStore.jsm',
+ 'OnionLocationChild.jsm',
+ 'OnionLocationParent.jsm',
]