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

Unified Diff: pkg/compiler/lib/src/dump_info.dart

Issue 996263002: Don't generate forwarding hooks if all noSuchMethod implementations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Return enum result for _categorizeImpl Created 5 years, 9 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
Index: pkg/compiler/lib/src/dump_info.dart
diff --git a/pkg/compiler/lib/src/dump_info.dart b/pkg/compiler/lib/src/dump_info.dart
index c92ea25f36065b638010032b889b5239753d0449..5792cace9ffc0fb47d9b93729ec2ad750bffa785 100644
--- a/pkg/compiler/lib/src/dump_info.dart
+++ b/pkg/compiler/lib/src/dump_info.dart
@@ -654,7 +654,7 @@ class DumpInfoTask extends CompilerTask {
'compilationDuration': compiler.totalCompileTime.elapsed.toString(),
'toJsonDuration': 0,
'dumpInfoDuration': this.timing.toString(),
- 'noSuchMethodEnabled': compiler.enabledNoSuchMethod
+ 'noSuchMethodEnabled': backend.enabledNoSuchMethod
};
outJson['program'] = generalProgramInfo;

Powered by Google App Engine
This is Rietveld 408576698