| Index: pkg/compiler/lib/src/ssa/builder.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/builder.dart b/pkg/compiler/lib/src/ssa/builder.dart
|
| index 7239a44dd6c80d2d8cb97cf548457bd19f7440cc..deef51cdc62c4421486c24eb3a5aeab05b495a65 100644
|
| --- a/pkg/compiler/lib/src/ssa/builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/builder.dart
|
| @@ -3340,7 +3340,7 @@ class SsaBuilder extends ast.Visitor
|
| String loadId =
|
| compiler.deferredLoadTask.getImportDeferName(location, prefixElement);
|
| HInstruction loadIdConstant = addConstantString(loadId);
|
| - String uri = prefixElement.deferredImport.uri.dartString.slowToString();
|
| + String uri = prefixElement.deferredImport.uri.toString();
|
| HInstruction uriConstant = addConstantString(uri);
|
| Element helper = backend.getCheckDeferredIsLoaded();
|
| pushInvokeStatic(location, helper, [loadIdConstant, uriConstant]);
|
|
|