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