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

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

Issue 1965823002: Initial isolate reload support (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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/elements/isolate_view.dart
diff --git a/runtime/observatory/lib/src/elements/isolate_view.dart b/runtime/observatory/lib/src/elements/isolate_view.dart
index 40738a1387ae2ad0b8a60a1bc28ac119fd3f86ab..c45acfaf485050cf8f8bfdeb60ca5799617ef88f 100644
--- a/runtime/observatory/lib/src/elements/isolate_view.dart
+++ b/runtime/observatory/lib/src/elements/isolate_view.dart
@@ -33,4 +33,8 @@ class IsolateViewElement extends ObservatoryElement {
await isolate.topFrame.function.load();
}
}
+
+ Future reloadSources() {
+ return isolate.reloadSources();
+ }
}

Powered by Google App Engine
This is Rietveld 408576698