| Index: pkg/analyzer/lib/src/summary/resynthesize.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/resynthesize.dart b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| index f6855dbc12ca0fa3c6a38b5a47c9795b5e830dc3..ed58c09989bded3337471bb163355f991ef6af3f 100644
|
| --- a/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| +++ b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| @@ -1020,11 +1020,8 @@ class _LibraryResynthesizer {
|
| _UnitResynthesizer partResynthesizer =
|
| createUnitResynthesizer(unitNum, unitSource, partDecl);
|
| CompilationUnitElementImpl partUnit = partResynthesizer.unit;
|
| - partUnit.uriOffset = partDecl.uriOffset;
|
| - partUnit.uriEnd = partDecl.uriEnd;
|
| partUnit.source = unitSource;
|
| partUnit.librarySource = librarySource;
|
| - partUnit.uri = uri;
|
| return partResynthesizer;
|
| }
|
|
|
|
|