Use blink's allocator in Node's Buffer

This commit is contained in:
Cheng Zhao 2015-08-11 12:31:41 +08:00
parent 2dc533c4b9
commit 0f990d40cc
3 changed files with 17 additions and 2 deletions

View file

@ -8,7 +8,7 @@ import sys
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
'http://github-janky-artifacts.s3.amazonaws.com/libchromiumcontent'
LIBCHROMIUMCONTENT_COMMIT = '01345b4ef5f2a766e6f58dbbe7729fb089b357ba'
LIBCHROMIUMCONTENT_COMMIT = '21768a17f4f1203a50df5c0908b788fa2ecb96ab'
PLATFORM = {
'cygwin': 'win32',