Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 831ebd28602a9e343624547185abe07a76bb4a41..f30565c6aa23b6e22df0a82b8a037fbf9541a6f0 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -843,7 +843,6 @@ namespace internal { |
| F(StringNotEqual, 2, 1) \ |
| F(FlattenString, 1, 1) \ |
| F(StringCharFromCode, 1, 1) \ |
| - F(StringCharAt, 2, 1) \ |
| F(ExternalStringGetChar, 2, 1) \ |
| F(OneByteSeqStringGetChar, 2, 1) \ |
| F(OneByteSeqStringSetChar, 3, 1) \ |