Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 68711769444ccd9bf9a095283815a572f5919cf3..b497e88974a2a06b3b6cfa50d4567bfac2b876ee 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4670,7 +4670,7 @@ class Map: public HeapObject { |
// This is undone in MarkCompactCollector::ClearNonLiveTransitions(). |
void CreateBackPointers(); |
- void CreateOneBackPointer(Map* transition_target); |
+ void CreateOneBackPointer(Object* transition_target); |
// Set all map transitions from this map to dead maps to null. |
// Also, restore the original prototype on the targets of these |