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

Unified Diff: pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart

Issue 2921683002: Normalize URIs on entry to ValidatingInstrumentation. (Closed)
Patch Set: Created 3 years, 7 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 | « pkg/front_end/lib/src/fasta/testing/validating_instrumentation.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart
diff --git a/pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart b/pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart
index 652f955616c3cd42080d9f29164136acc063020b..b03573cce8f5dd2a9cb3945c9e01b60d79e4f92e 100644
--- a/pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart
+++ b/pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart
@@ -143,10 +143,6 @@ abstract class TypeInferenceEngineImpl extends TypeInferenceEngine {
/// a previous call to [createTopLevelTypeInferrer].
TypeInferrerImpl getFieldTypeInferrer(KernelField field);
- /// Gets the URI of the compilation unit the [field] is declared in.
- /// TODO(paulberry): can we remove this?
- String getFieldUri(KernelField field);
-
/// Performs type inference on the given [field].
void inferField(FieldNode fieldNode) {
var field = fieldNode._field;
« no previous file with comments | « pkg/front_end/lib/src/fasta/testing/validating_instrumentation.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698