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

Unified Diff: runtime/observatory/lib/src/mocks/objects/source_location.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/source_location.dart
diff --git a/runtime/observatory/lib/src/mocks/objects/source_location.dart b/runtime/observatory/lib/src/mocks/objects/source_location.dart
index 481b44b877034e23b479efa886491e6024d639aa..1c9c0f2eb3b01674aece405c04841ffb545be47f 100644
--- a/runtime/observatory/lib/src/mocks/objects/source_location.dart
+++ b/runtime/observatory/lib/src/mocks/objects/source_location.dart
@@ -8,5 +8,6 @@ class SourceLocationMock implements M.SourceLocation {
final M.ScriptRef script;
final int tokenPos;
final int endTokenPos;
+
const SourceLocationMock({this.script, this.tokenPos, this.endTokenPos});
}
« no previous file with comments | « runtime/observatory/lib/src/mocks/objects/script.dart ('k') | runtime/observatory/lib/src/mocks/repositories/script.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698