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

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

Issue 1311083003: Fix two typos in Observatory. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | runtime/observatory/lib/src/elements/inbound_reference.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/debugger.dart
diff --git a/runtime/observatory/lib/src/elements/debugger.dart b/runtime/observatory/lib/src/elements/debugger.dart
index 9b3bced72e51a0178c6b80ecffa784f9ee00a74c..ae16694e999cb2328fd0ad7af4ea1f9cf2751d9a 100644
--- a/runtime/observatory/lib/src/elements/debugger.dart
+++ b/runtime/observatory/lib/src/elements/debugger.dart
@@ -1784,7 +1784,7 @@ class DebuggerPageElement extends ObservatoryElement {
void detached() {
debugger.isolate = null;
_resizeSubscription.cancel();
- _resizeSubscrption = null;
+ _resizeSubscription = null;
cancelFutureSubscription(_isolateSubscriptionFuture);
_isolateSubscriptionFuture = null;
cancelFutureSubscription(_debugSubscriptionFuture);
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/inbound_reference.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698