| Index: lib/runtime/dart_core.js
|
| diff --git a/lib/runtime/dart_core.js b/lib/runtime/dart_core.js
|
| index e49de805e1ad458b806a701bd549c8c0980b51c7..12084b86f260c5762cd0055f746344d2a353605a 100644
|
| --- a/lib/runtime/dart_core.js
|
| +++ b/lib/runtime/dart_core.js
|
| @@ -47,7 +47,7 @@ var dart_core;
|
| function UnimplementedError(message) {
|
| this.message = (message != void 0) ? message : null;
|
| }
|
| - return NoSuchMethodError;
|
| + return UnimplementedError;
|
| })();
|
| dart_core.UnimplementedError = UnimplementedError;
|
| })(dart_core || (dart_core = {}));
|
|
|