Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 8702ee758c4a5ef513007b1fb9838f7e5ba09240..778347af1d6d9ff9622bb5d9fa111034cd5697be 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -2242,7 +2242,6 @@ void Isolate::Deinit() { |
delete interpreter_; |
interpreter_ = NULL; |
- |
delete compiler_dispatcher_tracer_; |
compiler_dispatcher_tracer_ = nullptr; |