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