Skip to content

Commit b101988

Browse files
committed
deps: remove isolate group check
1 parent cf1ca46 commit b101988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/v8/src/init/isolate-group.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ IsolateGroup* IsolateGroup::New() {
361361
// static
362362
void IsolateGroup::ReleaseDefault() {
363363
IsolateGroup* group = GetDefault();
364-
CHECK_EQ(group->reference_count_.load(), 1);
364+
// CHECK_EQ(group->reference_count_.load(), 1);
365365
CHECK(!group->has_shared_space_isolate());
366366
group->Release();
367367
default_isolate_group_ = nullptr;

0 commit comments

Comments
 (0)