diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-15 19:54:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-15 19:54:23 -0400 |
commit | 6d7fac84400bb19cdcdb8d39619ff6da74372f9d (patch) | |
tree | 3de2804325ee32b519136e6d323a56f21dc0f762 | |
parent | f9e866b739effa7e770004f000410c1c253f9a96 (diff) | |
parent | 92e0c932887050b0d9ecf8dbe9193bd51e548f11 (diff) | |
download | uxp-6d7fac84400bb19cdcdb8d39619ff6da74372f9d.tar.gz |
Merge pull request #181 from trav90/buildsystem-work
Fix GCC -Wreorder warnings.
-rw-r--r-- | netwerk/protocol/http/nsHttpHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/http/nsHttpHandler.h b/netwerk/protocol/http/nsHttpHandler.h index d51662db90..35b14a511b 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; |