Revision: 16860
Author:   [email protected]
Date:     Fri Sep 20 11:29:20 2013 UTC
Log:      build fix for 16858

[email protected]
BUG=

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

Modified:
 /branches/bleeding_edge/test/cctest/test-api.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-api.cc Fri Sep 20 10:52:20 2013 UTC +++ /branches/bleeding_edge/test/cctest/test-api.cc Fri Sep 20 11:29:20 2013 UTC
@@ -19754,9 +19754,8 @@
   i_isolate->SetData(data2);
   CHECK_EQ(data2, isolate->GetData());
   CHECK_EQ(data2, i_isolate->GetData());
-  i_isolate->TearDown();
-  CHECK_EQ(data2, isolate->GetData());
-  CHECK_EQ(data2, i_isolate->GetData());
+  isolate->Exit();
+  isolate->Dispose();
 }


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