Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: test/cctest/cctest.cc

Issue 6529055: [Isolates] Merge crankshaft (r5922 from bleeding_edge). (Closed)
Patch Set: Win32 port Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/SConscript ('k') | test/cctest/cctest.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.cc
diff --git a/test/cctest/cctest.cc b/test/cctest/cctest.cc
index 60f847e0bc29f192d7d3f0e0a633337e892a8f3b..f638ed480fb0b4a7e14306e229ed71df7d9e779c 100644
--- a/test/cctest/cctest.cc
+++ b/test/cctest/cctest.cc
@@ -36,11 +36,6 @@ CcTest* CcTest::last_ = NULL;
CcTest::CcTest(TestFunction* callback, const char* file, const char* name,
const char* dependency, bool enabled)
: callback_(callback), name_(name), dependency_(dependency), prev_(last_) {
- // Make sure that the global isolate has had a chance to complete its
- // static initialization. (We need this so that things like StrDup work.)
- v8::internal::Isolate::EnsureDefaultIsolate();
- CHECK(v8::internal::Isolate::Current() != NULL);
-
// Find the base name of this test (const_cast required on Windows).
char *basename = strrchr(const_cast<char *>(file), '/');
if (!basename) {
« no previous file with comments | « test/cctest/SConscript ('k') | test/cctest/cctest.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698