Index: src/handles.cc |
diff --git a/src/handles.cc b/src/handles.cc |
index 382b3fbedfc733dd9735b3ff34f24d811eddaf01..7d4b25f10f53a5b727dba10191a7781abf950f28 100644 |
--- a/src/handles.cc |
+++ b/src/handles.cc |
@@ -294,13 +294,6 @@ Handle<Object> GetProperty(Isolate* isolate, |
} |
-Handle<Object> SetPrototype(Handle<JSObject> obj, Handle<Object> value) { |
- const bool skip_hidden_prototypes = false; |
- CALL_HEAP_FUNCTION(obj->GetIsolate(), |
- obj->SetPrototype(*value, skip_hidden_prototypes), Object); |
-} |
- |
- |
Handle<Object> LookupSingleCharacterStringFromCode(Isolate* isolate, |
uint32_t index) { |
CALL_HEAP_FUNCTION( |