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

Unified Diff: runtime/lib/object_patch.dart

Issue 10974004: Add documentation to the Object class in the core library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. 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
« no previous file with comments | « lib/core/object.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/object_patch.dart
diff --git a/runtime/lib/object_patch.dart b/runtime/lib/object_patch.dart
index 61b678079737a8adc3a5d98c4d4abc902ce759f9..71ee5faba3b6717f8e37893ad69bb2aed451527e 100644
--- a/runtime/lib/object_patch.dart
+++ b/runtime/lib/object_patch.dart
@@ -21,7 +21,7 @@ patch class Object {
/* patch */ String toString() => _toString(this);
- /* patch */ void noSuchMethod(String functionName, List args) {
+ /* patch */ Dynamic noSuchMethod(String functionName, List args) {
_noSuchMethod(this, functionName, args);
}
« no previous file with comments | « lib/core/object.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698