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

Unified Diff: client/html/benchmarks/dromaeo/tests/DomTraverse.dart

Issue 8835006: New version of dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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: client/html/benchmarks/dromaeo/tests/DomTraverse.dart
diff --git a/client/html/benchmarks/dromaeo/tests/DomTraverse.dart b/client/html/benchmarks/dromaeo/tests/DomTraverse.dart
index f82fba0c1360f8e31db00886f27697f8454862f5..e77129095c28d47a9c92187873b0684c9a31ae17 100644
--- a/client/html/benchmarks/dromaeo/tests/DomTraverse.dart
+++ b/client/html/benchmarks/dromaeo/tests/DomTraverse.dart
@@ -20,7 +20,7 @@ class Main {
return 'class="foo test${num} bar"';
});
- final div = document.createElement('div');
+ final div = new Element.tag('div');
div.innerHTML = html;
document.body.nodes.add(div);
})

Powered by Google App Engine
This is Rietveld 408576698