[tbb-commits] [tor-browser] branch tor-browser-102.0.1-12.0-1 updated: fixup! TB3: Tor Browser's official .mozconfigs.
gitolite role
git at cupani.torproject.org
Fri Aug 12 17:26:41 UTC 2022
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.0.1-12.0-1
in repository tor-browser.
The following commit(s) were added to refs/heads/tor-browser-102.0.1-12.0-1 by this push:
new 2ebfdbc8f2cf2 fixup! TB3: Tor Browser's official .mozconfigs.
2ebfdbc8f2cf2 is described below
commit 2ebfdbc8f2cf29b0d5b6ed851f8a8eceae6cf451
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Fri Aug 12 19:25:49 2022 +0200
fixup! TB3: Tor Browser's official .mozconfigs.
Added back an #endif that somehow got lost
---
toolkit/modules/AppConstants.jsm | 1 +
1 file changed, 1 insertion(+)
diff --git a/toolkit/modules/AppConstants.jsm b/toolkit/modules/AppConstants.jsm
index dd9be3bb69984..64695e4c996d6 100644
--- a/toolkit/modules/AppConstants.jsm
+++ b/toolkit/modules/AppConstants.jsm
@@ -480,6 +480,7 @@ this.AppConstants = Object.freeze({
true,
#else
false,
+#endif
// Returns true for CN region build when distibution id set as 'MozillaOnline'
isChinaRepack() {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tbb-commits
mailing list