Index: src/runtime/runtime-internal.cc |
diff --git a/src/runtime/runtime-internal.cc b/src/runtime/runtime-internal.cc |
index 1824928acf09228c10a1b4b6679df478d730e833..e57fef2075bc7211c6eb9fbcae492dfce5ad44cc 100644 |
--- a/src/runtime/runtime-internal.cc |
+++ b/src/runtime/runtime-internal.cc |
@@ -447,7 +447,7 @@ bool ComputeLocation(Isolate* isolate, MessageLocation* target) { |
Handle<String> RenderCallSite(Isolate* isolate, Handle<Object> object) { |
MessageLocation location; |
if (ComputeLocation(isolate, &location)) { |
- Zone zone(isolate->allocator()); |
+ Zone zone(isolate->allocator(), ZONE_NAME); |
std::unique_ptr<ParseInfo> info( |
location.function()->shared()->is_function() |
? new ParseInfo(&zone, handle(location.function()->shared())) |