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

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

Issue 82793004: Add field and function view for libraries. Rough cut. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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/observatory_elements/error_view.dart
===================================================================
--- runtime/bin/vmservice/client/lib/src/observatory_elements/error_view.dart (revision 30547)
+++ runtime/bin/vmservice/client/lib/src/observatory_elements/error_view.dart (working copy)
@@ -11,7 +11,7 @@
@CustomTag('error-view')
class ErrorViewElement extends ObservatoryElement {
@published String error = '';
- @published error_obj;
+ @published var error_obj;
ErrorViewElement.created() : super.created();
}

Powered by Google App Engine
This is Rietveld 408576698