Chromium Code Reviews| Index: src/ast.h |
| diff --git a/src/ast.h b/src/ast.h |
| index 6cb866925968ee34f2b08ccc88a23e34eebe31d6..09b70de28ef6441da9094cf92254ef46a3e9d639 100644 |
| --- a/src/ast.h |
| +++ b/src/ast.h |
| @@ -1967,8 +1967,6 @@ class CallRuntime FINAL : public Expression { |
| } |
| int CallRuntimeFeedbackSlot() { |
| - DCHECK(!is_jsruntime() || |
| - callruntime_feedback_slot_ != kInvalidFeedbackSlot); |
| return callruntime_feedback_slot_; |
| } |