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

Unified Diff: runtime/observatory/lib/src/elements/object_common_wrapper.dart

Issue 2277493002: Added missing @bindable annotation in ObjectCommonElementWrapper (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/object_common_wrapper.dart
diff --git a/runtime/observatory/lib/src/elements/object_common_wrapper.dart b/runtime/observatory/lib/src/elements/object_common_wrapper.dart
index 4b43626bbd8443f66f5ef2acb42954023d7fa8c5..248280b16f948ce1fca0f46b2645bba0122ce4cc 100644
--- a/runtime/observatory/lib/src/elements/object_common_wrapper.dart
+++ b/runtime/observatory/lib/src/elements/object_common_wrapper.dart
@@ -11,6 +11,7 @@ import 'package:observatory/src/elements/helpers/tag.dart';
import 'package:observatory/src/elements/object_common.dart';
import 'package:observatory/src/elements/shims/binding.dart';
+@bindable
class ObjectCommonElementWrapper extends HtmlElement {
static const binder = const Binder<ObjectCommonElementWrapper>(const {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698