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_; } |