summaryrefslogtreecommitdiff
path: root/deps/v8/src/profiler/strings-storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/profiler/strings-storage.h')
-rw-r--r--deps/v8/src/profiler/strings-storage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/profiler/strings-storage.h b/deps/v8/src/profiler/strings-storage.h
index f98aa5e038..f11afbd165 100644
--- a/deps/v8/src/profiler/strings-storage.h
+++ b/deps/v8/src/profiler/strings-storage.h
@@ -36,10 +36,10 @@ class StringsStorage {
static bool StringsMatch(void* key1, void* key2);
const char* AddOrDisposeString(char* str, int len);
- base::HashMap::Entry* GetEntry(const char* str, int len);
+ base::CustomMatcherHashMap::Entry* GetEntry(const char* str, int len);
uint32_t hash_seed_;
- base::HashMap names_;
+ base::CustomMatcherHashMap names_;
DISALLOW_COPY_AND_ASSIGN(StringsStorage);
};