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); |