Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(623)

Unified Diff: lib/runtime/dart_core.js

Issue 1002443002: minor code cleanup (Closed) Base URL: git@github.com:dart-lang/dart-dev-compiler.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/runtime/dart_runtime.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = {}));
« no previous file with comments | « no previous file | lib/runtime/dart_runtime.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698