| Index: src/crankshaft/hydrogen.h
|
| diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
|
| index 267b2ad798ba35b5e36ca2f2be5b03f48a4e7800..669e28618c62f6a9f1dfa86ca66a599da3693d22 100644
|
| --- a/src/crankshaft/hydrogen.h
|
| +++ b/src/crankshaft/hydrogen.h
|
| @@ -37,7 +37,7 @@ class HCompilationJob final : public CompilationJob {
|
| public:
|
| explicit HCompilationJob(Handle<JSFunction> function)
|
| : CompilationJob(function->GetIsolate(), &info_, "Crankshaft"),
|
| - zone_(function->GetIsolate()->allocator()),
|
| + zone_(function->GetIsolate()->allocator(), ZONE_NAME),
|
| parse_info_(&zone_, handle(function->shared())),
|
| info_(&parse_info_, function),
|
| graph_(nullptr),
|
|
|