| Index: runtime/lib/object_patch.dart
|
| diff --git a/runtime/lib/object_patch.dart b/runtime/lib/object_patch.dart
|
| index 61b678079737a8adc3a5d98c4d4abc902ce759f9..71ee5faba3b6717f8e37893ad69bb2aed451527e 100644
|
| --- a/runtime/lib/object_patch.dart
|
| +++ b/runtime/lib/object_patch.dart
|
| @@ -21,7 +21,7 @@ patch class Object {
|
|
|
| /* patch */ String toString() => _toString(this);
|
|
|
| - /* patch */ void noSuchMethod(String functionName, List args) {
|
| + /* patch */ Dynamic noSuchMethod(String functionName, List args) {
|
| _noSuchMethod(this, functionName, args);
|
| }
|
|
|
|
|