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

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

Issue 2211603002: Centralized event streams (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Merged with master 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
Index: runtime/observatory/lib/src/elements/function_ref.dart
diff --git a/runtime/observatory/lib/src/elements/function_ref.dart b/runtime/observatory/lib/src/elements/function_ref.dart
index f6b2ec39454cb8791309fd93c9a5677c0a7a6a25..204169db8b8afc99e04019b89767dac081463737 100644
--- a/runtime/observatory/lib/src/elements/function_ref.dart
+++ b/runtime/observatory/lib/src/elements/function_ref.dart
@@ -52,8 +52,8 @@ class FunctionRefElement extends HtmlElement implements Renderable {
@override
void detached() {
super.detached();
- _r.disable(notify: true);
children = [];
+ _r.disable(notify: true);
}
void render() {
« no previous file with comments | « runtime/observatory/lib/src/elements/flag_list.dart ('k') | runtime/observatory/lib/src/elements/function_ref_wrapper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698