aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/typer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/typer.h')
-rw-r--r--src/compiler/typer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/typer.h b/src/compiler/typer.h
index 7f6f90a5..09b0b4d8 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_;