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

Unified Diff: runtime/vm/compiler.h

Issue 1897053003: Simple fixes (Closed) Base URL: https://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 | « no previous file | runtime/vm/compiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/compiler.h
diff --git a/runtime/vm/compiler.h b/runtime/vm/compiler.h
index b7aaae1268985b3443bc6827432cb55f1cd58f85..4e2a5503ab1a3c610bc9cf2d39ccf050865d26ee 100644
--- a/runtime/vm/compiler.h
+++ b/runtime/vm/compiler.h
@@ -148,8 +148,7 @@ class Compiler : public AllStatic {
// because the mutator thread changed the state (e.g., deoptimization,
// deferred loading). The background compilation may retry to compile
// the same function later.
- static void AbortBackgroundCompilation(intptr_t deopt_id,
- const char* msg = "");
+ static void AbortBackgroundCompilation(intptr_t deopt_id, const char* msg);
};
« no previous file with comments | « no previous file | runtime/vm/compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698