Chromium Code Reviews| Index: pkg/compiler/lib/src/js_backend/backend.dart |
| diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart |
| index 75f3dab49e198e7a3d9bf2656793766d72e2e1c4..e83a0e69f1cdc63e658381c05c034680dda2379c 100644 |
| --- a/pkg/compiler/lib/src/js_backend/backend.dart |
| +++ b/pkg/compiler/lib/src/js_backend/backend.dart |
| @@ -88,7 +88,6 @@ class JavaScriptBackend extends Backend { |
| /// size/complexity heuristics. |
| static const Map<String, List<String>> ALWAYS_INLINE = |
| const <String, List<String>> { |
| - 'IterableMixinWorkaround': const <String>['forEach'], |
|
sra1
2015/02/24 04:04:53
We should possibly remove this hack entirely.
If w
|
| }; |
| String get patchVersion => USE_NEW_EMITTER ? 'new' : 'old'; |