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

Unified Diff: src/deoptimizer.h

Issue 2274273003: [deoptimizer] Remove obsolete BailoutType switches. (Closed)
Patch Set: Created 4 years, 4 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 | src/deoptimizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/deoptimizer.h
diff --git a/src/deoptimizer.h b/src/deoptimizer.h
index 0376076ea8d435477e74bab338670a042bb1d602..f4482988e7733decf56fac8ed53a697a954d2db6 100644
--- a/src/deoptimizer.h
+++ b/src/deoptimizer.h
@@ -383,8 +383,7 @@ class Deoptimizer : public Malloced {
bool needs_frame;
};
- static bool TraceEnabledFor(BailoutType deopt_type,
- StackFrame::Type frame_type);
+ static bool TraceEnabledFor(StackFrame::Type frame_type);
static const char* MessageFor(BailoutType type);
int output_count() const { return output_count_; }
« no previous file with comments | « no previous file | src/deoptimizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698