Index: src/compiler/typer.h |
diff --git a/src/compiler/typer.h b/src/compiler/typer.h |
index a3e00ca43d2705a38df0a24eab78731e9790cb7a..45d3a32b79fca160909bf93f9d9378fbf21380f3 100644 |
--- a/src/compiler/typer.h |
+++ b/src/compiler/typer.h |
@@ -15,7 +15,9 @@ namespace v8 { |
namespace internal { |
namespace compiler { |
-struct LazyTypeCache; |
+// Forward declarations. |
+class LazyTypeCache; |
+ |
class Typer { |
public: |
@@ -54,10 +56,6 @@ class Typer { |
Type* falsish; |
Type* integer; |
Type* weakint; |
- Type* signed8_; |
- Type* unsigned8_; |
- Type* signed16_; |
- Type* unsigned16_; |
Type* number_fun0_; |
Type* number_fun1_; |
Type* number_fun2_; |