Index: src/compiler/typer.h |
diff --git a/src/compiler/typer.h b/src/compiler/typer.h |
index 7f6f90a51753461355b8e7325ee9c55c534560c3..09b0b4d81b8967f816f2822f70b926149f8be3a5 100644 |
--- a/src/compiler/typer.h |
+++ b/src/compiler/typer.h |
@@ -50,9 +50,9 @@ class V8_EXPORT_PRIVATE Typer { |
TypeCache const& cache_; |
OperationTyper operation_typer_; |
+ Type* singleton_empty_string_; |
Type* singleton_false_; |
Type* singleton_true_; |
- Type* singleton_the_hole_; |
Type* falsish_; |
Type* truish_; |