Chromium Code Reviews| Index: src/uri.js |
| diff --git a/src/uri.js b/src/uri.js |
| index 72ca6f1565daa2d1b755e73622486afa4e1ddfc5..03e6c6333352b6d78c4f41cbcf4209a75a1ab327 100644 |
| --- a/src/uri.js |
| +++ b/src/uri.js |
| @@ -393,6 +393,7 @@ function URIUnescape(str) { |
| // ------------------------------------------------------------------- |
| function SetupURI() { |
| + %AssertIsBootstrapping(); |
|
Erik Corry
2011/08/31 05:46:04
SetUpURI
|
| // Setup non-enumerable URI functions on the global object and set |
| // their names. |
| InstallFunctions(global, DONT_ENUM, $Array( |