| Index: runtime/observatory/lib/src/debugger/debugger_location.dart
|
| diff --git a/runtime/observatory/lib/src/debugger/debugger_location.dart b/runtime/observatory/lib/src/debugger/debugger_location.dart
|
| index 7688712d829de62ea34252620bf810fc0e0b7398..ac3a9bfd7732ba734e73b42922be1fe3058e68f5 100644
|
| --- a/runtime/observatory/lib/src/debugger/debugger_location.dart
|
| +++ b/runtime/observatory/lib/src/debugger/debugger_location.dart
|
| @@ -256,7 +256,6 @@ class DebuggerLocation {
|
| return new DebuggerLocation.error(
|
| "Function '${match.group(0)}' is ambiguous");
|
| }
|
| - return new DebuggerLocation.error('foo');
|
| });
|
| }
|
|
|
|
|