Revision: 16317
Author:   [email protected]
Date:     Mon Aug 26 10:11:43 2013 UTC
Log:      fix 16316 debug check

[email protected]
BUG=

Review URL: https://codereview.chromium.org/22831050
http://code.google.com/p/v8/source/detail?r=16317

Modified:
 /branches/bleeding_edge/test/cctest/test-global-handles.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-global-handles.cc Mon Aug 26 09:41:22 2013 UTC +++ /branches/bleeding_edge/test/cctest/test-global-handles.cc Mon Aug 26 10:11:43 2013 UTC
@@ -330,6 +330,7 @@

   CHECK_EQ(0, eternal_handles->NumberOfHandles());
   for (int i = 0; i < kArrayLength; i++) {
+    indices[i] = -1;
     HandleScope scope(isolate);
     v8::Local<v8::Object> object = v8::Object::New();
     object->Set(i, v8::Integer::New(i, v8_isolate));

--
--
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.

Reply via email to