Chromium Code Reviews| Index: src/string.js |
| =================================================================== |
| --- src/string.js (revision 8946) |
| +++ src/string.js (working copy) |
| @@ -170,7 +170,7 @@ |
| ["String.prototype.localeCompare"]); |
| } |
| if (%_ArgumentsLength() === 0) return 0; |
| - return %StringLocaleCompare(TO_STRING_INLINE(this), |
| + return %StringLocaleCompare(TO_STRING_INLINE(this), |
| TO_STRING_INLINE(other)); |
| } |