This commit is contained in:
Sunghoon Choi 2017-01-26 21:07:47 -08:00 коммит произвёл Sunghoon Choi
Родитель 12d3a4238d
Коммит 0d3c097c29
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -146,7 +146,7 @@ namespace module {
auto isolate = v8::Isolate::GetCurrent();
v8::HandleScope scope(isolate);
ConstructorInfo* constructorInfo =
auto constructorInfo =
reinterpret_cast<ConstructorInfo*>(IsolateData::Get(IsolateDataId::CONSTRUCTOR));
if (constructorInfo == nullptr) {
constructorInfo = new ConstructorInfo();