Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 9b235d5c7a64e258d5c770829e9021d56a953cad..c9f570f73ab9ea9d1783f4477404f77ae857a94c 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -2133,6 +2133,9 @@ class JSObject: public JSReceiver { |
PrototypeOptimizationMode mode); |
static void ReoptimizeIfPrototype(Handle<JSObject> object); |
static void LazyRegisterPrototypeUser(Handle<Map> user, Isolate* isolate); |
+ static void UpdatePrototypeUserRegistration(Handle<Map> old_map, |
+ Handle<Map> new_map, |
+ Isolate* isolate); |
static bool UnregisterPrototypeUser(Handle<Map> user, Isolate* isolate); |
static void InvalidatePrototypeChains(Map* map); |