Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 4b924ff9477a1aad6a230b10be27ef4cb4f2ec57..870cfa65ef66a900f03d1c03015711e30236b2ef 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -62,6 +62,7 @@ namespace internal { |
F(ToSlowProperties, 1, 1) \ |
F(FinishArrayPrototypeSetup, 1, 1) \ |
F(SpecialArrayFunctions, 1, 1) \ |
+ F(GetGlobalReceiver, 0, 1) \ |
\ |
F(IsInPrototypeChain, 2, 1) \ |
F(SetHiddenPrototype, 2, 1) \ |