Chromium Code Reviews| Index: src/compiler/js-typed-lowering.h |
| diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h |
| index 46a2f58b470a400cf1b3c3a341041fe796349deb..518ba4b5afdb885cdf5dcada0c7f35be1efeeb5e 100644 |
| --- a/src/compiler/js-typed-lowering.h |
| +++ b/src/compiler/js-typed-lowering.h |
| @@ -118,6 +118,7 @@ class JSTypedLowering final : public AdvancedReducer { |
| Flags flags_; |
| JSGraph* jsgraph_; |
| Type* shifted_int32_ranges_[4]; |
| + Type* const the_hole_type_; |
| TypeCache const& type_cache_; |
| }; |