Revision: 17358
Author: [email protected]
Date: Thu Oct 24 07:40:31 2013 UTC
Log: Fix r17253.
There's no reason why the setObjectGroupIde / setReferenceFromGroups funcs
should've been called twice.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/39573002
http://code.google.com/p/v8/source/detail?r=17358
Modified:
/branches/bleeding_edge/src/api.cc
=======================================
--- /branches/bleeding_edge/src/api.cc Wed Oct 23 12:38:06 2013 UTC
+++ /branches/bleeding_edge/src/api.cc Thu Oct 24 07:40:31 2013 UTC
@@ -6382,7 +6382,6 @@
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 @@
internal_isolate->global_handles()->SetReferenceFromGroup(
id,
v8::internal::Handle<v8::internal::Object>(object).location());
- internal_isolate->global_handles()->SetReferenceFromGroup(id, object);
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.