From 92e0c932887050b0d9ecf8dbe9193bd51e548f11 Mon Sep 17 00:00:00 2001 From: trav90 Date: Sun, 15 Apr 2018 14:16:41 -0500 Subject: Fix GCC -Wreorder warnings. --- netwerk/protocol/http/nsHttpHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netwerk') diff --git a/netwerk/protocol/http/nsHttpHandler.h b/netwerk/protocol/http/nsHttpHandler.h index d51662db9..35b14a511 100644 --- a/netwerk/protocol/http/nsHttpHandler.h +++ b/netwerk/protocol/http/nsHttpHandler.h @@ -489,8 +489,8 @@ private: nsCString mCompatGecko; bool mCompatGeckoEnabled; nsCString mCompatFirefox; - nsCString mCompatFirefoxVersion; bool mCompatFirefoxEnabled; + nsCString mCompatFirefoxVersion; nsXPIDLCString mCompatDevice; nsCString mDeviceModelId; -- cgit v1.2.3