Index: src/handles.cc |
diff --git a/src/handles.cc b/src/handles.cc |
index 48114d91a71a3c396b29df5208674308f32cc99e..b173edc9914a59cd095f223193d30cb6625d48cd 100644 |
--- a/src/handles.cc |
+++ b/src/handles.cc |
@@ -208,17 +208,6 @@ Handle<String> FlattenGetString(Handle<String> string) { |
} |
-Handle<Object> SetPrototype(Handle<JSFunction> function, |
- Handle<Object> prototype) { |
- ASSERT(function->should_have_prototype()); |
- CALL_HEAP_FUNCTION(function->GetIsolate(), |
- Accessors::FunctionSetPrototype(*function, |
- *prototype, |
- NULL), |
- Object); |
-} |
- |
- |
Handle<Object> SetProperty(Isolate* isolate, |
Handle<Object> object, |
Handle<Object> key, |