Chromium Code Reviews| Index: src/builtins.h |
| diff --git a/src/builtins.h b/src/builtins.h |
| index be953e1c640b455382fcc5e9b2a5634414ff4cb5..d4bd1f3bd6f071893aafd7ec8d04bd8e5bf4cbd4 100644 |
| --- a/src/builtins.h |
| +++ b/src/builtins.h |
| @@ -172,8 +172,6 @@ |
| V(ReflectSetPrototypeOf, kNone) \ |
| \ |
| V(StringFromCharCode, kNone) \ |
| - V(StringPrototypeToLowerCase, kNone) \ |
| - V(StringPrototypeToUpperCase, kNone) \ |
| V(StringPrototypeTrim, kNone) \ |
| V(StringPrototypeTrimLeft, kNone) \ |
| V(StringPrototypeTrimRight, kNone) \ |