| Index: src/compiler/js-typed-lowering.h
|
| diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h
|
| index c4775129b58a1569cc8ec651f7bbac0f2b53a441..0b92a40a5bb57e69ab59132f4c9ae8936b0b1ef5 100644
|
| --- a/src/compiler/js-typed-lowering.h
|
| +++ b/src/compiler/js-typed-lowering.h
|
| @@ -105,6 +105,7 @@ class V8_EXPORT_PRIVATE JSTypedLowering final
|
| CompilationDependencies* dependencies_;
|
| Flags flags_;
|
| JSGraph* jsgraph_;
|
| + Type* empty_string_type_;
|
| Type* shifted_int32_ranges_[4];
|
| Type* pointer_comparable_type_;
|
| TypeCache const& type_cache_;
|
|
|