Index: src/handles.h |
diff --git a/src/handles.h b/src/handles.h |
index 140c34e9ba3d096bb538a22dba84e53a2e28b3c0..90db7d1212104a6b16eb0877f22b93f1d98ae7ac 100644 |
--- a/src/handles.h |
+++ b/src/handles.h |
@@ -313,9 +313,6 @@ Handle<String> SubString(Handle<String> str, |
// Sets the expected number of properties for the function's instances. |
void SetExpectedNofProperties(Handle<JSFunction> func, int nof); |
-// Sets the prototype property for a function instance. |
-void SetPrototypeProperty(Handle<JSFunction> func, Handle<JSObject> value); |
- |
// Sets the expected number of properties based on estimate from compiler. |
void SetExpectedNofPropertiesFromEstimate(Handle<SharedFunctionInfo> shared, |
int estimate); |