Index: test/cctest/compiler/test-linkage.cc |
diff --git a/test/cctest/compiler/test-linkage.cc b/test/cctest/compiler/test-linkage.cc |
index 6be3036c1c2667fd3ee889c392f4047ebfa85c52..fef34159847308a2153c551c7e64a0dc30617590 100644 |
--- a/test/cctest/compiler/test-linkage.cc |
+++ b/test/cctest/compiler/test-linkage.cc |
@@ -97,7 +97,7 @@ TEST(TestLinkageRuntimeCall) { |
TEST(TestLinkageStubCall) { |
Isolate* isolate = CcTest::InitIsolateOnce(); |
- Zone zone(isolate->allocator()); |
+ Zone zone(isolate->allocator(), ZONE_NAME); |
Callable callable = CodeFactory::ToNumber(isolate); |
CompilationInfo info(ArrayVector("test"), isolate, &zone, |
Code::ComputeFlags(Code::STUB)); |