| Index: pkg/analyzer/lib/src/task/dart.dart
|
| diff --git a/pkg/analyzer/lib/src/task/dart.dart b/pkg/analyzer/lib/src/task/dart.dart
|
| index 7f4ba24ace645700182b08d61d28960994fb4fbe..f32871be67d8b8fe8cadbcc3f636a7293b193f93 100644
|
| --- a/pkg/analyzer/lib/src/task/dart.dart
|
| +++ b/pkg/analyzer/lib/src/task/dart.dart
|
| @@ -1551,9 +1551,6 @@ class BuildLibraryElementTask extends SourceBasedAnalysisTask {
|
| CompilationUnit partUnit = partUnitMap[partSource];
|
| if (partUnit != null) {
|
| CompilationUnitElementImpl partElement = partUnit.element;
|
| - partElement.uriOffset = partUri.offset;
|
| - partElement.uriEnd = partUri.end;
|
| - partElement.uri = directive.uriContent;
|
| //
|
| // Validate that the part source is unique in the library.
|
| //
|
|
|