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

Unified Diff: runtime/observatory/lib/src/app/page.dart

Issue 1217823009: Make VM event streams look like real dart streams. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Polish Created 5 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/app/page.dart
diff --git a/runtime/observatory/lib/src/app/page.dart b/runtime/observatory/lib/src/app/page.dart
index d678926836e7b5bd7e169bd4c54a87740e65c607..3a967522af29ce35a76111b6463100bd29efa90b 100644
--- a/runtime/observatory/lib/src/app/page.dart
+++ b/runtime/observatory/lib/src/app/page.dart
@@ -191,7 +191,6 @@ class DebuggerPage extends SimplePage {
if (element != null) {
/// Update the page.
DebuggerPageElement page = element;
- page.app = app;
page.isolate = isolate;
}
});

Powered by Google App Engine
This is Rietveld 408576698