| Index: pkg/compiler/lib/src/ssa/builder_kernel.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/builder_kernel.dart b/pkg/compiler/lib/src/ssa/builder_kernel.dart
|
| index b384fd1452f1b4b4918c430e55c60d6b4ab43528..0378065d2e47008a9897cbb966bc5bfb58ad58d8 100644
|
| --- a/pkg/compiler/lib/src/ssa/builder_kernel.dart
|
| +++ b/pkg/compiler/lib/src/ssa/builder_kernel.dart
|
| @@ -756,7 +756,7 @@ class KernelSsaBuilder extends ir.Visitor with GraphBuilder {
|
| void visitCheckLibraryIsLoaded(ir.CheckLibraryIsLoaded checkLoad) {
|
| HInstruction prefixConstant =
|
| graph.addConstantString(checkLoad.import.name, closedWorld);
|
| - var prefixElement = astAdapter.getElement(checkLoad.import);
|
| + PrefixElement prefixElement = astAdapter.getElement(checkLoad.import);
|
| HInstruction uriConstant = graph.addConstantString(
|
| prefixElement.deferredImport.uri.toString(), closedWorld);
|
| _pushStaticInvocation(
|
|
|