Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index a2f9c80b0e61ad2c79c6125e1736cf0c4139ab69..d88240d370db6e49f265a137e6ce1fcec69d202b 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6379,8 +6379,7 @@ class Map: public HeapObject { |
// Returns a copy of the map, with all transitions dropped from the |
// instance descriptors. |
static Handle<Map> Copy(Handle<Map> map); |
- static Handle<Map> Create(Handle<JSFunction> constructor, |
- int extra_inobject_properties); |
+ static Handle<Map> Create(Isolate* isolate, int inobject_properties); |
// Returns the next free property index (only valid for FAST MODE). |
int NextFreePropertyIndex(); |