Index: src/compiler/js-native-context-specialization.h |
diff --git a/src/compiler/js-native-context-specialization.h b/src/compiler/js-native-context-specialization.h |
index 91192d9a40467e9d353f319172babc96952243d1..a90b425d0a13cbb8617a7d50f29dc0d918c68c81 100644 |
--- a/src/compiler/js-native-context-specialization.h |
+++ b/src/compiler/js-native-context-specialization.h |
@@ -15,6 +15,7 @@ namespace internal { |
// Forward declarations. |
class CompilationDependencies; |
class Factory; |
+class TypeCache; |
namespace compiler { |
@@ -101,6 +102,7 @@ class JSNativeContextSpecialization final : public AdvancedReducer { |
Handle<Context> native_context_; |
CompilationDependencies* const dependencies_; |
Zone* const zone_; |
+ TypeCache const& type_cache_; |
DISALLOW_COPY_AND_ASSIGN(JSNativeContextSpecialization); |
}; |