Reviewers: Sven Panne,

Message:
Committed patchset #2 manually as r16860 (presubmit successful).

Description:
build fix for 16858

[email protected]
BUG=

Committed: https://code.google.com/p/v8/source/detail?r=16860

Please review this at https://codereview.chromium.org/23750008/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -3 lines):
  M test/cctest/test-api.cc


Index: test/cctest/test-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index 3844054c294b9729a065cbb81db9d361dc1bcda4..0f790f5a4eda64cbccadb260279e7f95924d1a98 100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -19754,9 +19754,8 @@ UNINITIALIZED_TEST(IsolateEmbedderData) {
   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