Bug 1090491 followup - Bump XDR_BYTECODE_VERSION. r=me

--HG--
extra : rebase_source : f41747e606f253e72c5d9e00089c8063724bccf0
This commit is contained in:
Jan de Mooij 2014-10-29 14:10:35 +01:00
parent a6473d6f91
commit 0ffab26093

View File

@ -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: