Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index ba989d3cc10c5ed01d90a13b029b63480a1f5ceb..d831ac5fd83dff358e61a22ed8668dcfea767b5b 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -326,7 +326,7 @@ class CompilationInfo { |
} |
bool ShouldEnsureSpaceForLazyDeopt() { return !IsStub(); } |
- bool MustReplaceUndefinedReceiverWithGlobalProxy(); |
+ bool ExpectsJSReceiverAsReceiver(); |
// Determines whether or not to insert a self-optimization header. |
bool ShouldSelfOptimize(); |