Use v8::ArrayBuffer::Allocator inside Node

This commit is contained in:
Cheng Zhao 2017-05-14 19:25:07 +09:00
parent 9ce3a8c3a7
commit f4420b449f
11 changed files with 5 additions and 145 deletions

View file

@ -9,7 +9,7 @@ import sys
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
LIBCHROMIUMCONTENT_COMMIT = os.getenv('LIBCHROMIUMCONTENT_COMMIT') or \
'ecc5298428a02f8acb9af285c75e1491715ae4dd'
'549af32d00045c7b9dbb2760c090586c8d3a2638'
PLATFORM = {
'cygwin': 'win32',