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

Unified Diff: lib/core/errors.dart

Issue 10905305: Patch refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 8 years, 3 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
Index: lib/core/errors.dart
diff --git a/lib/core/errors.dart b/lib/core/errors.dart
index 659810714f30d829a97fc67b27794ca590067029..4b2496392cdca165fd28ef321b006f78209faf7e 100644
--- a/lib/core/errors.dart
+++ b/lib/core/errors.dart
@@ -98,5 +98,5 @@ class NoSuchMethodError implements Error {
return _objectToString(object);
}
- external static _objectToString(Object object);
+ external static String _objectToString(Object object);
}

Powered by Google App Engine
This is Rietveld 408576698