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

Unified Diff: runtime/observatory/tests/observatory_ui/mocks/objects/instance.dart

Issue 2265513003: Converted Observatory object-common element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Addressed comments 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
Index: runtime/observatory/tests/observatory_ui/mocks/objects/instance.dart
diff --git a/runtime/observatory/tests/observatory_ui/mocks/objects/instance.dart b/runtime/observatory/tests/observatory_ui/mocks/objects/instance.dart
index d40059ababdea9988f7b60623d186f8956e3a815..bb8f6c270120b10b6e5fb61d2af8fe658d22d7a6 100644
--- a/runtime/observatory/tests/observatory_ui/mocks/objects/instance.dart
+++ b/runtime/observatory/tests/observatory_ui/mocks/objects/instance.dart
@@ -49,7 +49,8 @@ class InstanceMock implements M.Instance {
final M.InstanceRef referent;
const InstanceMock({this.id: 'instance-id', this.name: 'instance-name',
- this.kind: M.InstanceKind.vNull, this.clazz, this.size,
+ this.kind: M.InstanceKind.vNull,
+ this.clazz: const ClassRefMock(), this.size: 0,
this.valueAsString: 'null', this.valueAsStringIsTruncated,
this.length, this.typeClass, this.parameterizedClass,
this.pattern, this.closureFunction, this.offset,

Powered by Google App Engine
This is Rietveld 408576698