Chromium Code Reviews| Index: frog/world.dart |
| diff --git a/frog/world.dart b/frog/world.dart |
| index e20bc1c22e76fbc95e3eacc1465b10a2d2357234..e53e36d889a8e27d0660f616f0b5592922917389 100644 |
| --- a/frog/world.dart |
| +++ b/frog/world.dart |
| @@ -330,6 +330,9 @@ class World { |
| 'class', 'enum', 'export', 'extends', 'import', 'super', |
| 'implements', 'interface', 'let', 'package', 'private', |
| 'protected', 'public', 'static', 'yield', |
| + // Hack: we don't want Dart's String.split to overwrite the existing |
|
kasperl
2012/02/07 12:32:30
Maybe explain this a bit better. Elaborate.
floitsch
2012/02/07 15:06:29
Done.
|
| + // split method. |
| + 'split', |
| 'native']); |
| } |
| if (_jsKeywords.contains(name)) { |