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

Unified Diff: src/isolate.cc

Issue 2451853002: Uniform and precise source positions for inlining (Closed)
Patch Set: addressed comments Created 4 years, 2 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
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;
« no previous file with comments | « src/interpreter/bytecode-array-writer.cc ('k') | src/log.cc » ('j') | src/source-position.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698