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:
Luke Wagner 2012-07-02 14:54:01 -07:00
parent 6460881afa
commit 1d323d9f70

View File

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