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

Unified Diff: runtime/bin/vmservice/client/lib/src/service/service.dart

Issue 199363002: Rework library and class view pages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: edits Created 6 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
Index: runtime/bin/vmservice/client/lib/src/service/service.dart
diff --git a/runtime/bin/vmservice/client/lib/src/service/service.dart b/runtime/bin/vmservice/client/lib/src/service/service.dart
index 8f932e9ff002ac074cc0171a606b5038142968c0..76bcc281c0f5f31f4061bdc527d9a1b2291ac7ca 100644
--- a/runtime/bin/vmservice/client/lib/src/service/service.dart
+++ b/runtime/bin/vmservice/client/lib/src/service/service.dart
@@ -56,7 +56,7 @@ abstract class ServiceObject extends Observable {
// Not a reference.
return new Future.value(this);
}
- // Call refresh which will fill in the entire object.
+ // Call reload which will fill in the entire object.
return reload();
}

Powered by Google App Engine
This is Rietveld 408576698