summaryrefslogtreecommitdiffstats
path: root/netwerk
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2018-04-15 19:54:23 -0400
committerGitHub <noreply@github.com>2018-04-15 19:54:23 -0400
commit6d7fac84400bb19cdcdb8d39619ff6da74372f9d (patch)
tree3de2804325ee32b519136e6d323a56f21dc0f762 /netwerk
parentf9e866b739effa7e770004f000410c1c253f9a96 (diff)
parent92e0c932887050b0d9ecf8dbe9193bd51e548f11 (diff)
downloadUXP-6d7fac84400bb19cdcdb8d39619ff6da74372f9d.tar
UXP-6d7fac84400bb19cdcdb8d39619ff6da74372f9d.tar.gz
UXP-6d7fac84400bb19cdcdb8d39619ff6da74372f9d.tar.lz
UXP-6d7fac84400bb19cdcdb8d39619ff6da74372f9d.tar.xz
UXP-6d7fac84400bb19cdcdb8d39619ff6da74372f9d.zip
Merge pull request #181 from trav90/buildsystem-work
Fix GCC -Wreorder warnings.
Diffstat (limited to 'netwerk')
-rw-r--r--netwerk/protocol/http/nsHttpHandler.h2
1 files changed, 1 insertions, 1 deletions
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;