Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 657a17db5de7516da9f79686277b6741ff272c91..5217f6263b06e85c8f406e80cac5587d3dd35536 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -521,7 +521,7 @@ namespace internal { |
#define RUNTIME_FUNCTION_LIST_RETURN_PAIR(F) \ |
F(LoadLookupSlot, 2, 2) \ |
F(LoadLookupSlotNoReferenceError, 2, 2) \ |
- F(ResolvePossiblyDirectEval, 5, 2) \ |
+ F(ResolvePossiblyDirectEval, 6, 2) \ |
F(ForInInit, 2, 2) /* TODO(turbofan): Only temporary */ \ |
F(ForInNext, 4, 2) /* TODO(turbofan): Only temporary */ |