mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Bug 769743 - Bump the XDR version because bug 769743 forgot to do it (rs=waldo)
--HG-- extra : rebase_source : c7abd9ab7a12d14577a81caaf3a0fac8802269b2
This commit is contained in:
parent
6460881afa
commit
1d323d9f70
@ -25,7 +25,7 @@ namespace js {
|
||||
* and saved versions. If deserialization fails, the data should be
|
||||
* invalidated if possible.
|
||||
*/
|
||||
static const uint32_t XDR_BYTECODE_VERSION = uint32_t(0xb973c0de - 118);
|
||||
static const uint32_t XDR_BYTECODE_VERSION = uint32_t(0xb973c0de - 119);
|
||||
|
||||
class XDRBuffer {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user