Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index f09d58fc5dc53dc5a3b99abb8fd76e944373f8a9..81e6c9c637374c6092e4a2db4b1a45511797c89a 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6038,7 +6038,7 @@ class Map: public HeapObject { |
// deprecated, it is directly returned. Otherwise, the non-deprecated version |
// is found by re-transitioning from the root of the transition tree using the |
// descriptor array of the map. Returns NULL if no updated map is found. |
- Map* CurrentMapForDeprecated(); |
+ static Handle<Map> CurrentMapForDeprecated(Handle<Map> map); |
static Handle<Map> RawCopy(Handle<Map> map, int instance_size); |
MUST_USE_RESULT MaybeObject* RawCopy(int instance_size); |