mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
Bug 1090491 followup - Bump XDR_BYTECODE_VERSION. r=me
--HG-- extra : rebase_source : f41747e606f253e72c5d9e00089c8063724bccf0
This commit is contained in:
parent
a6473d6f91
commit
0ffab26093
@ -28,7 +28,7 @@ namespace js {
|
||||
*
|
||||
* https://developer.mozilla.org/en-US/docs/SpiderMonkey/Internals/Bytecode
|
||||
*/
|
||||
static const uint32_t XDR_BYTECODE_VERSION = uint32_t(0xb973c0de - 187);
|
||||
static const uint32_t XDR_BYTECODE_VERSION = uint32_t(0xb973c0de - 188);
|
||||
|
||||
class XDRBuffer {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user