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

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, 2 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 d374526232be58e0820910b8535e46dee317c5bb..85e9f937181675ac573104c004fd35b764896051 100644
--- a/lib/core/errors.dart
+++ b/lib/core/errors.dart
@@ -124,5 +124,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