Chromium Code Reviews| Index: src/uri.js | 
| diff --git a/src/uri.js b/src/uri.js | 
| index 517f0f79b0a43cc9007f7a767ad0b9151dd666f9..40f8147122012342e1bdaa4d5fc76d71a6d42114 100644 | 
| --- a/src/uri.js | 
| +++ b/src/uri.js | 
| @@ -360,7 +360,7 @@ function URIEncodeComponent(component) { | 
| // Set up non-enumerable URI functions on the global object and set | 
| // their names. | 
| -$installFunctions(global, DONT_ENUM, [ | 
| +utils.InstallFunctions(global, DONT_ENUM, [ | 
| "escape", URIEscapeJS, | 
| "unescape", URIUnescapeJS, | 
| "decodeURI", URIDecode, |