From f78958a020dec0b2e3c127576007c03b2b1f9fbf Mon Sep 17 00:00:00 2001 From: New Tobin Paradigm Date: Sun, 2 Feb 2020 06:52:04 -0500 Subject: Fix preprocessor directive in UserAgentUpdates.jsm --- netwerk/protocol/http/UserAgentUpdates.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netwerk') diff --git a/netwerk/protocol/http/UserAgentUpdates.jsm b/netwerk/protocol/http/UserAgentUpdates.jsm index 6b600e592..ab88ffd40 100644 --- a/netwerk/protocol/http/UserAgentUpdates.jsm +++ b/netwerk/protocol/http/UserAgentUpdates.jsm @@ -143,7 +143,7 @@ this.UserAgentUpdates = { // try to load next one if the previous load failed return prevLoad ? prevLoad.then(null, tryNext) : tryNext(); }, null).then(null, (ex) => { -#ifndef MOZ_WIDGET_ANDROID +#ifdef MOZ_WIDGET_ANDROID // Make one last attempt to read from the Fennec APK root. return readChannel("resource://android/" + FILE_UPDATES); #else -- cgit v1.2.3