src: change kIsolateSlot to 3
authorCheng Zhao <zcbenz@gmail.com>
Sun, 10 Aug 2014 02:46:11 +0000 (10:46 +0800)
committerFedor Indutny <fedor@indutny.com>
Wed, 13 Aug 2014 09:58:51 +0000 (13:58 +0400)
commit44743eaf24b0c0a7fbaa8d9aa04b4a211d8ec5e2
tree9da548a60e5742aca1f09807c2401f6572c3dd10
parent807acf7f9871c6ee25915e7e159c9ea8b168028b
src: change kIsolateSlot to 3

The slot 0 and 1 had already been taken by "gin" and "blink" in Chrome,
and the size of isolate's slots is 4 by default, so using 3 should hopefully
make node work independently when embedded into other application.

Reviewed-By: Fedor Indutny <fedor@indutny.com>
src/env.h