Index: src/api.cc |
diff --git a/src/api.cc b/src/api.cc |
index a76882469f26ba965fa6fec2010c7775f9a2a7e8..0bb374f2dc69bea8e712d4962363e835bfbb80bc 100644 |
--- a/src/api.cc |
+++ b/src/api.cc |
@@ -6382,7 +6382,6 @@ void Isolate::SetObjectGroupId(internal::Object** object, UniqueId id) { |
internal_isolate->global_handles()->SetObjectGroupId( |
v8::internal::Handle<v8::internal::Object>(object).location(), |
id); |
- internal_isolate->global_handles()->SetObjectGroupId(object, id); |
} |
@@ -6391,7 +6390,6 @@ void Isolate::SetReferenceFromGroup(UniqueId id, internal::Object** object) { |
internal_isolate->global_handles()->SetReferenceFromGroup( |
id, |
v8::internal::Handle<v8::internal::Object>(object).location()); |
- internal_isolate->global_handles()->SetReferenceFromGroup(id, object); |
} |