Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index e0e0b4845316c5b445530c4da0fc2768f13a6fd9..44af168a310ca54c9a68e0977cd306bb2bfdcbe6 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -395,6 +395,7 @@ namespace internal { |
\ |
/* Statements */ \ |
F(NewClosure, 3, 1) \ |
+ F(NewClosureFromStubFailure, 1, 1) \ |
F(NewObject, 1, 1) \ |
F(NewObjectFromBound, 1, 1) \ |
F(FinalizeInstanceSize, 1, 1) \ |