diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-08-11 13:30:55 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-21 20:14:43 +0100 |
commit | 12640bf26e8a47293815670b03eec92a2965fcb6 (patch) | |
tree | 2a7fc2f3a60ba7bc385c808f5de352b801b879af /netwerk/protocol/http/nsHttpHandler.h | |
parent | 580ebc105678c6d01cf64e7d75116d77984024a0 (diff) | |
download | UXP-12640bf26e8a47293815670b03eec92a2965fcb6.tar UXP-12640bf26e8a47293815670b03eec92a2965fcb6.tar.gz UXP-12640bf26e8a47293815670b03eec92a2965fcb6.tar.lz UXP-12640bf26e8a47293815670b03eec92a2965fcb6.tar.xz UXP-12640bf26e8a47293815670b03eec92a2965fcb6.zip |
Read Firefox UA compatmode from a pref instead of hard-coded.
In case of a missing pref, a hard-coded value is still used from the ctor.
Diffstat (limited to 'netwerk/protocol/http/nsHttpHandler.h')
-rw-r--r-- | netwerk/protocol/http/nsHttpHandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netwerk/protocol/http/nsHttpHandler.h b/netwerk/protocol/http/nsHttpHandler.h index 7121d4bc2..d51662db9 100644 --- a/netwerk/protocol/http/nsHttpHandler.h +++ b/netwerk/protocol/http/nsHttpHandler.h @@ -489,6 +489,7 @@ private: nsCString mCompatGecko; bool mCompatGeckoEnabled; nsCString mCompatFirefox; + nsCString mCompatFirefoxVersion; bool mCompatFirefoxEnabled; nsXPIDLCString mCompatDevice; nsCString mDeviceModelId; |