Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index db2117bdd074640583a85aa27eff521b3cc25817..1ea85c83ab936f518683f02a762b8ecb4ded056c 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -98,8 +98,6 @@ namespace internal { |
| F(ToBool, 1, 1) \ |
| F(Typeof, 1, 1) \ |
| \ |
| - F(Booleanize, 2, 1) /* TODO(turbofan): Only temporary */ \ |
| - \ |
| F(StringToNumber, 1, 1) \ |
| F(StringParseInt, 2, 1) \ |
| F(StringParseFloat, 1, 1) \ |