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

Unified Diff: runtime/observatory/lib/src/mocks/objects/script.dart

Issue 2180553002: Converted Observatory source-link & script-ref elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Converted Observatory source-link & script-ref elements Created 4 years, 5 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/lib/src/mocks/objects/script.dart
diff --git a/runtime/observatory/lib/src/mocks/objects/script.dart b/runtime/observatory/lib/src/mocks/objects/script.dart
index bb264dc32fa02ae957d3c000a5a0bcec05aab24f..7ce801af9199bbbdf07a829e49d06e4191aa86b1 100644
--- a/runtime/observatory/lib/src/mocks/objects/script.dart
+++ b/runtime/observatory/lib/src/mocks/objects/script.dart
@@ -7,6 +7,7 @@ part of mocks;
class ScriptRefMock implements M.ScriptRef {
final String id;
final String uri;
+
const ScriptRefMock({this.id, this.uri});
}
« no previous file with comments | « runtime/observatory/lib/src/elements/vm_view.html ('k') | runtime/observatory/lib/src/mocks/objects/source_location.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698