| Index: pkg/compiler/lib/src/dump_info.dart
|
| diff --git a/pkg/compiler/lib/src/dump_info.dart b/pkg/compiler/lib/src/dump_info.dart
|
| index b7cc4ad6e7461aac2c371bd0591e6b26c56235f0..aee7db62c422361fb3c69b7f05c33b9a5d52f1fc 100644
|
| --- a/pkg/compiler/lib/src/dump_info.dart
|
| +++ b/pkg/compiler/lib/src/dump_info.dart
|
| @@ -278,7 +278,7 @@ class ElementInfoCollector extends BaseElementVisitor<Info, dynamic> {
|
| }
|
|
|
| String inferredReturnType = '${_resultOfMember(method).returnType}';
|
| - String sideEffects = '${closedWorld.getSideEffectsOfElement(element)}';
|
| + String sideEffects = '${closedWorld.getSideEffectsOfElement(method)}';
|
|
|
| int inlinedCount = compiler.dumpInfoTask.inlineCount[element];
|
| if (inlinedCount == null) inlinedCount = 0;
|
|
|