| Index: sdk/lib/_internal/compiler/implementation/tree/nodes.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/tree/nodes.dart b/sdk/lib/_internal/compiler/implementation/tree/nodes.dart
|
| index d8e54734afa1bc4e9fce29f84d79340878286a67..96729dad7332a2dd79d815dc60d36ec7a84e66b9 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/tree/nodes.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/tree/nodes.dart
|
| @@ -1761,7 +1761,7 @@ class Export extends LibraryDependency {
|
| }
|
|
|
| class Part extends LibraryTag {
|
| - final LiteralString uri;
|
| + final StringNode uri;
|
|
|
| final Token partKeyword;
|
|
|
|
|