Chromium Code Reviews| Index: src/compiler/js-inlining.cc |
| diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc |
| index c2cdf5f6dd46cd0a011ebf98b70abffefaf7342f..63f7d1f470bbdc83640002569b1d01a81e4911b2 100644 |
| --- a/src/compiler/js-inlining.cc |
| +++ b/src/compiler/js-inlining.cc |
| @@ -55,7 +55,6 @@ class JSCallAccessor { |
| } |
| Node* frame_state_before() { |
| - DCHECK_EQ(IrOpcode::kJSCallFunction, call_->opcode()); |
| return NodeProperties::GetFrameStateInput(call_, 1); |
| } |