Chromium Code Reviews| Index: lib/runtime/dart/core.js |
| diff --git a/lib/runtime/dart/core.js b/lib/runtime/dart/core.js |
| index 546c9afa51325c1ad853aba3bc640a3c98a6dd05..538356ed0eea7db403db5cb5b0abbc4761214f23 100644 |
| --- a/lib/runtime/dart/core.js |
| +++ b/lib/runtime/dart/core.js |
| @@ -7,7 +7,7 @@ var core; |
| var init = this[name]; |
| var result = void 0; |
| if (init) |
| - result = init.apply(this, arguments$); |
| + result = init.apply(this, arguments); |
| return result === void 0 ? this : result; |
| } |
| ['=='](other) { |