| Index: src/typing-asm.h
|
| diff --git a/src/typing-asm.h b/src/typing-asm.h
|
| index a6348c9f6ecee0fa1c20cf1023a8a5e7623e2225..c236e687c01952e1b9245198ecb0004c9973093c 100644
|
| --- a/src/typing-asm.h
|
| +++ b/src/typing-asm.h
|
| @@ -15,7 +15,7 @@
|
| namespace v8 {
|
| namespace internal {
|
|
|
| -class ZoneTypeCache;
|
| +class TypeCache;
|
|
|
| class AsmTyper : public AstVisitor {
|
| public:
|
| @@ -52,7 +52,7 @@ class AsmTyper : public AstVisitor {
|
| bool in_function_; // In module function?
|
| bool building_function_tables_;
|
|
|
| - ZoneTypeCache const& cache_;
|
| + TypeCache const& cache_;
|
|
|
| static const int kErrorMessageLimit = 100;
|
| char error_message_[kErrorMessageLimit];
|
|
|