Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index ebc8598c876fbef46420c4769c5e8750ea9edaeb..f4fe6f7d66833169a0b1ca1ca33473ef40368624 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -225,6 +225,7 @@ namespace internal { |
F(IsAttachedGlobal, 1, 1) \ |
\ |
F(AddProperty, 4, 1) \ |
+ F(AddPropertyForTemplate, 4, 1) \ |
F(SetProperty, 4, 1) \ |
F(DefineDataPropertyUnchecked, 4, 1) \ |
F(DefineAccessorPropertyUnchecked, 5, 1) \ |