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

Unified Diff: client/samples/isolate/IsolateSample.dart

Issue 8835006: New version of dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typos 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
« no previous file with comments | « client/samples/dartcombat/views.dart ('k') | client/samples/sunflower/Sunflower.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/isolate/IsolateSample.dart
diff --git a/client/samples/isolate/IsolateSample.dart b/client/samples/isolate/IsolateSample.dart
index ea66b5fc154e54889800f9985ec1993241345581..215d2d738668f0df7f7dfd12b9a86b81f9e79dc2 100644
--- a/client/samples/isolate/IsolateSample.dart
+++ b/client/samples/isolate/IsolateSample.dart
@@ -124,7 +124,7 @@ class DemoIsolate extends Isolate {
void init(String isolateName, SendPort chirpPort) {
this.isolateName = isolateName;
this.chirpPort = chirpPort;
- div = document.createElement("div");
+ div = new Element.tag("div");
div.classes = ["isolate", "isolate${isolateName}"];
div.innerHTML = document.query("#isolateTemplate").
firstElementChild.dynamic.innerHTML;
« no previous file with comments | « client/samples/dartcombat/views.dart ('k') | client/samples/sunflower/Sunflower.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698