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

Unified Diff: pkg/front_end/lib/src/fasta/source/source_library_builder.dart

Issue 3009503002: Start trying to compile platform from unpatched sources. (Closed)
Patch Set: Add LibraryBuilder.isPatch. Created 3 years, 4 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/front_end/lib/src/fasta/source/source_library_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/source/source_library_builder.dart b/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
index 2a0ccd4a6b382d11931fa471aa9de73e2c8c2596..cfbb348487164abadefee701b5bcd32338adfc03 100644
--- a/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
+++ b/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
@@ -120,6 +120,7 @@ abstract class SourceLibraryBuilder<T extends TypeBuilder, R>
bool get isPart => partOfName != null || partOfUri != null;
+ @override
bool get isPatch;
List<T> get types => libraryDeclaration.types;

Powered by Google App Engine
This is Rietveld 408576698