Chromium Code Reviews| Index: src/builtins.h |
| diff --git a/src/builtins.h b/src/builtins.h |
| index 89ff2897ff232a7f9b4d6bae64c79bca7cd47f5c..888e31f72b6ca7bf7458576b57c450e315c20d91 100644 |
| --- a/src/builtins.h |
| +++ b/src/builtins.h |
| @@ -121,6 +121,8 @@ inline bool operator&(BuiltinExtraArguments lhs, BuiltinExtraArguments rhs) { |
| V(GlobalDecodeURIComponent, kNone) \ |
| V(GlobalEncodeURI, kNone) \ |
| V(GlobalEncodeURIComponent, kNone) \ |
| + V(GlobalEscape, kNone) \ |
| + V(GlobalUnescape, kNone) \ |
| \ |
| V(GlobalEval, kTarget) \ |
| \ |