diff options
author | trav90 <travawine@protonmail.ch> | 2018-04-15 14:16:41 -0500 |
---|---|---|
committer | trav90 <travawine@protonmail.ch> | 2018-04-15 14:16:41 -0500 |
commit | 92e0c932887050b0d9ecf8dbe9193bd51e548f11 (patch) | |
tree | 1b458b55648ff069e0232d033e6e3b7976190ff0 /netwerk/protocol | |
parent | 4cfe5d84de0b8976f8bc5c005ae12ac3adf8f18a (diff) | |
download | uxp-92e0c932887050b0d9ecf8dbe9193bd51e548f11.tar.gz |
Fix GCC -Wreorder warnings.
Diffstat (limited to 'netwerk/protocol')
-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; |