Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: pkg/compiler/lib/src/js_backend/backend.dart

Issue 931283006: Delete IterableMixinWorkaround (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sdk/lib/_internal/compiler/js_lib/js_array.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
« no previous file with comments | « no previous file | sdk/lib/_internal/compiler/js_lib/js_array.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698