Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index 8f3f61d1e3b699f08a85d57105a0e92548c98de2..b4c479170e2e72e0189d9da7523ede5067fb9055 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -119,7 +119,7 @@ bool Linkage::NeedsFrameState(Runtime::FunctionId function) { |
case Runtime::kPushCatchContext: |
case Runtime::kReThrow: |
case Runtime::kSetProperty: // TODO(jarin): Is it safe? |
- case Runtime::kStringCompare: |
+ case Runtime::kStringCompareRT: |
case Runtime::kStringEquals: |
case Runtime::kToFastProperties: // TODO(jarin): Is it safe? |
case Runtime::kTraceEnter: |