Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index ca9016878b100cd18c9f85056a73230618e3ce04..2df3666ea6a9fd2795b4241490f61e89c5fd8ab9 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -150,6 +150,7 @@ bool Linkage::NeedsFrameStateInput(Runtime::FunctionId function) { |
case Runtime::kDefineGetterPropertyUnchecked: // TODO(jarin): Is it safe? |
case Runtime::kDefineSetterPropertyUnchecked: // TODO(jarin): Is it safe? |
case Runtime::kGeneratorGetContinuation: |
+ case Runtime::kIncBlockCounter: |
case Runtime::kIsFunction: |
case Runtime::kNewClosure: |
case Runtime::kNewClosure_Tenured: |