Skip to content

Commit fd52c62

Browse files
committed
src: use V8_ENABLE_SANDBOX macro
It was renamed from V8_SANDBOX PR-URL: #44741 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent c10988d commit fd52c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cctest/node_test_fixture.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void NodeTestEnvironment::SetUp() {
1919
NodeZeroIsolateTestFixture::platform.reset(
2020
new node::NodePlatform(kV8ThreadPoolSize, tracing_controller));
2121
v8::V8::InitializePlatform(NodeZeroIsolateTestFixture::platform.get());
22-
#ifdef V8_SANDBOX
22+
#ifdef V8_ENABLE_SANDBOX
2323
ASSERT_TRUE(v8::V8::InitializeSandbox());
2424
#endif
2525
cppgc::InitializeProcess(

0 commit comments

Comments
 (0)