Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index bf7f67d22af9cb8bc4820bafc7bdbeffde17f91e..0ba12ba2ce49e95910328071c266615300b34ecc 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1512,7 +1512,6 @@ class Object { |
// Return the object's prototype (might be Heap::null_value()). |
Object* GetPrototype(Isolate* isolate); |
static Handle<Object> GetPrototype(Isolate* isolate, Handle<Object> object); |
- Map* GetMarkerMap(Isolate* isolate); |
// Returns the permanent hash code associated with this object. May return |
// undefined if not yet created. |