Bump the XDR bytecode version number for Arpad Borsos's work on JSOP_SPREAD, bug 1015742, rev 310d82551d3b. r=jandem. DONTBUILD.

--HG--
extra : rebase_source : c4a4bef93b4a515d1a418059aa0826e704dfed58
This commit is contained in:
Jason Orendorff 2014-06-04 11:14:11 -04:00
Родитель 455c57653b
Коммит 249caa3404
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,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 - 172);
static const uint32_t XDR_BYTECODE_VERSION = uint32_t(0xb973c0de - 173);
class XDRBuffer {
public: