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

Unified Diff: pkg/compiler/lib/src/ssa/type_builder.dart

Issue 2989453002: Add support for compiling Dart via the FE in dart2js. (Closed)
Patch Set: Created 3 years, 5 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/ssa/type_builder.dart
diff --git a/pkg/compiler/lib/src/ssa/type_builder.dart b/pkg/compiler/lib/src/ssa/type_builder.dart
index cb39ed6c6d5ef5176de066fe497fc77e7900395d..20db7ab53def0c971299d14405f32d167c406fea 100644
--- a/pkg/compiler/lib/src/ssa/type_builder.dart
+++ b/pkg/compiler/lib/src/ssa/type_builder.dart
@@ -166,7 +166,6 @@ class TypeBuilder {
/// This should only be called in assertions.
bool assertTypeInContext(DartType type, [Spannable spannable]) {
if (builder.compiler.options.useKernel) return true;
- if (builder.compiler.options.loadFromDill) return true;
ClassEntity contextClass = DartTypes.getClassContext(type);
assert(
contextClass == null ||

Powered by Google App Engine
This is Rietveld 408576698