Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index eccdf4194c1501930cbea0c2ce0902a722891a70..23f9bdc1f7108152a367d235148ef0fe894f7ff7 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -910,7 +910,6 @@ namespace internal { |
| F(InternalizeString, 1, 1) \ |
| F(StringMatch, 3, 1) \ |
| F(StringCharCodeAtRT, 2, 1) \ |
| - F(CharFromCode, 1, 1) \ |
| F(StringCompare, 2, 1) \ |
| F(StringBuilderConcat, 3, 1) \ |
| F(StringBuilderJoin, 3, 1) \ |