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

Unified Diff: sky/framework/inspector/dom-agent.sky

Issue 821643007: Fix inspector unittests. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix uninitialized field Created 5 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/inspector/dom-agent.sky
diff --git a/sky/framework/inspector/dom-agent.sky b/sky/framework/inspector/dom-agent.sky
index 36a3778bdae92d00ca8fa5dcf70ee747c5955533..0f78c0dbc283efbbfa4bd6a6b8c6775a10d62f0b 100644
--- a/sky/framework/inspector/dom-agent.sky
+++ b/sky/framework/inspector/dom-agent.sky
@@ -6,6 +6,7 @@ class DOMAgent {
this.nextNodeId_ = 1;
this.nodeToId_ = new Map();
this.idToNode_ = new Map();
+ this.observer_ = null;
Object.preventExtensions(this);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698