Chromium Code Reviews| Index: src/js/harmony-regexp.js |
| diff --git a/src/js/harmony-regexp.js b/src/js/harmony-regexp.js |
| index 1ab76fad4ae9da4dbcec41ecdcdb2cc800852177..033ee2c9a513abecf05a9dbc4b67571fb3a3d516 100644 |
| --- a/src/js/harmony-regexp.js |
| +++ b/src/js/harmony-regexp.js |
| @@ -12,6 +12,11 @@ |
| // Imports |
| var GlobalRegExp = global.RegExp; |
| +var MakeTypeError; |
| + |
| +utils.Import(function(from) { |
| + MakeTypeError = from.MakeTypeError; |
| +}); |
| // ------------------------------------------------------------------- |