| Index: src/compiler/typer.h
|
| diff --git a/src/compiler/typer.h b/src/compiler/typer.h
|
| index f5ef4f15535821c5ab5a43a323b35050651e78cc..065262907ba278a0aa71f8d5480d419e4672b8e4 100644
|
| --- a/src/compiler/typer.h
|
| +++ b/src/compiler/typer.h
|
| @@ -10,10 +10,11 @@
|
|
|
| namespace v8 {
|
| namespace internal {
|
| -namespace compiler {
|
|
|
| // Forward declarations.
|
| -class TyperCache;
|
| +class ZoneTypeCache;
|
| +
|
| +namespace compiler {
|
|
|
|
|
| class Typer {
|
| @@ -39,7 +40,7 @@ class Typer {
|
| Graph* const graph_;
|
| Type::FunctionType* function_type_;
|
| Decorator* decorator_;
|
| - TyperCache const& cache_;
|
| + ZoneTypeCache const& cache_;
|
|
|
| Type* singleton_false_;
|
| Type* singleton_true_;
|
|
|