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

Unified Diff: runtime/vm/isolate.cc

Issue 1941503002: Fix product build. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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 | « runtime/vm/il_printer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate.cc
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
index 6bcaeb6895c083d9e7709d144808fbd9e17faa3a..dc526137503c89b8cd53cc21858ac3ba12e17714 100644
--- a/runtime/vm/isolate.cc
+++ b/runtime/vm/isolate.cc
@@ -1388,7 +1388,7 @@ void Isolate::Run() {
void Isolate::AddClosureFunction(const Function& function) const {
// TODO(regis): remove once debugging complete.
if (Compiler::IsBackgroundCompilation()) {
- Profiler::DumpStackTrace(true /*native*/);
+ NOT_IN_PRODUCT(Profiler::DumpStackTrace(true /*native*/));
UNREACHABLE();
}
ASSERT(!Compiler::IsBackgroundCompilation());
« no previous file with comments | « runtime/vm/il_printer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698