Index: src/d8.cc |
diff --git a/src/d8.cc b/src/d8.cc |
index 7947c3f96957ba53565eb54ce1751da165b7cf0d..9d4b3af98c732c542fc126a351047e289c661a10 100644 |
--- a/src/d8.cc |
+++ b/src/d8.cc |
@@ -1320,7 +1320,6 @@ inline bool operator<(const CounterAndKey& lhs, const CounterAndKey& rhs) { |
void Shell::OnExit(v8::Isolate* isolate) { |
#ifndef V8_SHARED |
- reinterpret_cast<i::Isolate*>(isolate)->DumpAndResetCompilationStats(); |
if (i::FLAG_dump_counters) { |
int number_of_counters = 0; |
for (CounterMap::Iterator i(counter_map_); i.More(); i.Next()) { |