| Index: lib/compiler/implementation/lib/core_patch.dart
|
| diff --git a/lib/compiler/implementation/lib/core_patch.dart b/lib/compiler/implementation/lib/core_patch.dart
|
| index 2407ff4bc9ba080d6e4b8dd88f9eb4b198cc00f2..e0e8d97e79d5fae1a7575f1b49ac1ae4a3a746d8 100644
|
| --- a/lib/compiler/implementation/lib/core_patch.dart
|
| +++ b/lib/compiler/implementation/lib/core_patch.dart
|
| @@ -19,7 +19,7 @@ patch class Object {
|
|
|
| patch String toString() => Primitives.objectToString(this);
|
|
|
| - patch void noSuchMethod(String name, List args) {
|
| + patch Dynamic noSuchMethod(String name, List args) {
|
| throw new NoSuchMethodError(this, name, args);
|
| }
|
|
|
|
|