| Index: pkg/compiler/lib/src/common/resolution.dart
|
| diff --git a/pkg/compiler/lib/src/common/resolution.dart b/pkg/compiler/lib/src/common/resolution.dart
|
| index 2f9b8283bc72c0be270e56f9e938645d64e6a588..3bb43b272096f5a579f6060110f302c316e4b83e 100644
|
| --- a/pkg/compiler/lib/src/common/resolution.dart
|
| +++ b/pkg/compiler/lib/src/common/resolution.dart
|
| @@ -42,8 +42,8 @@ class ResolutionWorkItem extends WorkItem {
|
|
|
| /// Backend callbacks function specific to the resolution phase.
|
| class ResolutionCallbacks {
|
| - /// Register that [node] is a call to `assert`.
|
| - void onAssert(Send node, Registry registry) {}
|
| + /// Register that an assert has been seen.
|
| + void onAssert(Registry registry) {}
|
|
|
| /// Register that an 'await for' has been seen.
|
| void onAsyncForIn(AsyncForIn node, Registry registry) {}
|
|
|