Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index 089b2876984942fd767ac968c168b08ffdd5047e..8f3f61d1e3b699f08a85d57105a0e92548c98de2 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -129,7 +129,7 @@ bool Linkage::NeedsFrameState(Runtime::FunctionId function) { |
case Runtime::kInlineArguments: |
case Runtime::kInlineCallFunction: |
case Runtime::kInlineDateField: |
- case Runtime::kInlineOptimizedGetPrototype: |
+ case Runtime::kInlineGetPrototype: |
case Runtime::kInlineRegExpExec: |
return true; |
default: |