summaryrefslogtreecommitdiff
path: root/chromium/v8/src/compiler/refs-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/compiler/refs-map.h')
-rw-r--r--chromium/v8/src/compiler/refs-map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/v8/src/compiler/refs-map.h b/chromium/v8/src/compiler/refs-map.h
index 708da8359f9..3b26276072d 100644
--- a/chromium/v8/src/compiler/refs-map.h
+++ b/chromium/v8/src/compiler/refs-map.h
@@ -42,6 +42,7 @@ class RefsMap
// Wrappers around methods from UnderlyingMap
Entry* Lookup(const Address& key) const;
Entry* LookupOrInsert(const Address& key);
+ ObjectData* Remove(const Address& key);
private:
static uint32_t Hash(Address addr);