| Index: frog/leg/diagnostic_listener.dart
|
| ===================================================================
|
| --- frog/leg/diagnostic_listener.dart (revision 3731)
|
| +++ frog/leg/diagnostic_listener.dart (working copy)
|
| @@ -4,8 +4,8 @@
|
|
|
| interface DiagnosticListener {
|
| // TODO(karlklose): replace cancel with better error reporting mechanism.
|
| - void cancel([String reason, node, token, instruction]);
|
| + void cancel([String reason, node, token, instruction, element]);
|
| // TODO(karlklose): rename log to something like reportInfo.
|
| void log(message);
|
| // TODO(karlklose): add reportWarning and reportError to this interface.
|
| -}
|
| +}
|
|
|