Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index 67c8f1faa4f654c5d8c0766be8aaeef37e8087d0..a0a8945488781c6c977216ce73b88422395a1438 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -160,7 +160,7 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) { |
case Runtime::kPushCatchContext: |
case Runtime::kReThrow: |
case Runtime::kStringCompare: |
- case Runtime::kStringEquals: |
+ case Runtime::kStringEqual: |
case Runtime::kToFastProperties: // TODO(jarin): Is it safe? |
case Runtime::kTraceEnter: |
case Runtime::kTraceExit: |