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

Unified Diff: runtime/lib/error.cc

Issue 10882056: Unify AssertionError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move AssertionError to errors.dart. Created 8 years, 4 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 | « lib/compiler/implementation/lib/mock.dart ('k') | runtime/lib/error.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/error.cc
diff --git a/runtime/lib/error.cc b/runtime/lib/error.cc
index 01bbbd3f35ce6cda3d3cc5d573394df27159fa4f..1ae8e379f85bba4fd1539a97b5a80f8441b0d5a0 100644
--- a/runtime/lib/error.cc
+++ b/runtime/lib/error.cc
@@ -26,7 +26,7 @@ DEFINE_NATIVE_ENTRY(AssertionError_throwNew, 2) {
// Allocate a new instance of type AssertionError.
const Instance& assertion_error = Instance::Handle(
- Exceptions::NewInstance("AssertionError"));
+ Exceptions::NewInstance("AssertionErrorImplementation"));
// Initialize 'url', 'line', and 'column' fields.
DartFrameIterator iterator;
« no previous file with comments | « lib/compiler/implementation/lib/mock.dart ('k') | runtime/lib/error.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698