Chromium Code Reviews| Index: src/js/regexp.js |
| diff --git a/src/js/regexp.js b/src/js/regexp.js |
| index b2ba2dfa4e074777fee3abb4387a393ffa53d668..6b7cf4870b916c64e4ab4998e41fc93c724e0ede 100644 |
| --- a/src/js/regexp.js |
| +++ b/src/js/regexp.js |
| @@ -4,8 +4,6 @@ |
| (function(global, utils) { |
| -'use strict'; |
| - |
| %CheckIsBootstrapping(); |
| // ------------------------------------------------------------------- |