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

Unified Diff: runtime/observatory/lib/src/service/object.dart

Issue 2269243002: Fixing contexts_tests service test in checked mode (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/service/object.dart
diff --git a/runtime/observatory/lib/src/service/object.dart b/runtime/observatory/lib/src/service/object.dart
index e0cd037b0e69b7a9012ec1cd141b12534bde8df3..c0af92b157fa7fae2377bad95622b13e7315746e 100644
--- a/runtime/observatory/lib/src/service/object.dart
+++ b/runtime/observatory/lib/src/service/object.dart
@@ -2792,7 +2792,7 @@ class Context extends HeapObject implements M.Context {
class ContextElement extends M.ContextElement {
final Guarded<Instance> value;
- ContextElement(ServiceMap map)
+ ContextElement(ObservableMap map)
: value = new Guarded<Instance>(map['value']);
}
« 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