Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index a0369416bb41ad4ab0c149aed89ce653fe11c48d..d11348e591556f02a530f4dd94501baf2a0008ed 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -2197,6 +2197,7 @@ class JSObject: public JSReceiver { |
PropertyDetails details); |
static void OptimizeAsPrototype(Handle<JSObject> object); |
+ static void ReoptimizeIfPrototype(Handle<JSObject> object); |
// Retrieve interceptors. |
InterceptorInfo* GetNamedInterceptor(); |