Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 06d36845413773b6f8f95c49fc8a41d77bbd22d3..91a19dfd453d592aec932b884862a06e3ff14ce0 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -65,7 +65,7 @@ namespace internal { |
F(ToSlowProperties, 1, 1) \ |
F(FinishArrayPrototypeSetup, 1, 1) \ |
F(SpecialArrayFunctions, 1, 1) \ |
- F(GetGlobalReceiver, 0, 1) \ |
+ F(GetDefaultReceiver, 1, 1) \ |
\ |
F(GetPrototype, 1, 1) \ |
F(IsInPrototypeChain, 2, 1) \ |
@@ -491,8 +491,7 @@ namespace internal { |
F(IsRegExpEquivalent, 2, 1) \ |
F(HasCachedArrayIndex, 1, 1) \ |
F(GetCachedArrayIndex, 1, 1) \ |
- F(FastAsciiArrayJoin, 2, 1) \ |
- F(IsNativeOrStrictMode, 1, 1) |
+ F(FastAsciiArrayJoin, 2, 1) |
// ---------------------------------------------------------------------------- |