| Index: dart/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart b/dart/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| index 24f4a2a272c169148b8b9b5a01f3528ea89e2778..7ad63ae699696416cb17deeedccc76cd9f25d2d3 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| @@ -1521,7 +1521,7 @@ abstract class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| }
|
|
|
| Selector getOptimizedSelectorFor(HInvokeDynamic node, Selector selector) {
|
| - // If [JSInvocationMirror.invokeOn] has been called, we must not create a
|
| + // If [JSInvocationMirror._invokeOn] has been called, we must not create a
|
| // typed selector based on the receiver type.
|
| if (node.element == null && // Invocation is not exact.
|
| backend.compiler.enabledInvokeOn) {
|
|
|