| Index: src/compiler/type-cache.h
|
| diff --git a/src/compiler/type-cache.h b/src/compiler/type-cache.h
|
| index aa51dacf91c2e47e40bc355d072cf509c74d8a64..5579ddbf8bab4b5f7898cc9db961230112686df0 100644
|
| --- a/src/compiler/type-cache.h
|
| +++ b/src/compiler/type-cache.h
|
| @@ -21,7 +21,7 @@ class TypeCache final {
|
| public:
|
| static TypeCache const& Get();
|
|
|
| - TypeCache() : zone_(&allocator) {}
|
| + TypeCache() : zone_(&allocator, ZONE_NAME) {}
|
|
|
| Type* const kInt8 = CreateRange<int8_t>();
|
| Type* const kUint8 = CreateRange<uint8_t>();
|
|
|