Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index 93bf21a84291918f40b2d63b65f6a52f9aa6e083..6ef014246d95f74dba60a5d0bb079b6a9defdfd8 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -175,6 +175,7 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) { |
case Runtime::kDefineSetterPropertyUnchecked: // TODO(jarin): Is it safe? |
case Runtime::kForInDone: |
case Runtime::kForInStep: |
+ case Runtime::kGetOriginalConstructor: |
case Runtime::kNewArguments: |
case Runtime::kNewClosure: |
case Runtime::kNewFunctionContext: |