Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index c86b3d372469c35aa269d9de3dfa137708184245..a035c720a0f4e6706fa710640ec2ce964fcbe13d 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(); |