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

Unified Diff: tools/dom/templates/html/impl/impl_Node.darttemplate

Issue 1228093007: Updates for dart:js fixes after initial --gen-interop (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: merge 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
« tools/dom/scripts/systemnative.py ('K') | « tools/dom/scripts/systemnative.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/templates/html/impl/impl_Node.darttemplate
diff --git a/tools/dom/templates/html/impl/impl_Node.darttemplate b/tools/dom/templates/html/impl/impl_Node.darttemplate
index 13e5588b8900a3247369b21fbad7c997112be396..2a751d74a3e5635418a7950e6da615877b241cc6 100644
--- a/tools/dom/templates/html/impl/impl_Node.darttemplate
+++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
@@ -295,7 +295,6 @@ $if JSINTEROP
@Creates('NodeList')
List<Node> get childNodes {
if (_childNodes == null) {
- window.console.log(">>> construct childNodes collection/list");
List<Node> nodes = new List<Node>();
var jsCollection = _blink.BlinkNode.instance.childNodes_Getter_(unwrap_jso(this));
var collectionLen = jsCollection['length'];
« tools/dom/scripts/systemnative.py ('K') | « tools/dom/scripts/systemnative.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698