| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 61a064118099c85f2cf1f01113b9891aa51405de..1f8bd332ccf85b426f7b75ef75d42bb9cbf11bf2 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -361,9 +361,9 @@ class ThreadLocalTop BASE_EMBEDDED {
|
|
|
| #if USE_SIMULATOR
|
|
|
| -#define ISOLATE_INIT_SIMULATOR_LIST(V) \
|
| - V(bool, simulator_initialized, false) \
|
| - V(base::HashMap*, simulator_i_cache, NULL) \
|
| +#define ISOLATE_INIT_SIMULATOR_LIST(V) \
|
| + V(bool, simulator_initialized, false) \
|
| + V(base::CustomMatcherHashMap*, simulator_i_cache, NULL) \
|
| V(Redirection*, simulator_redirection, NULL)
|
| #else
|
|
|
|
|