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

Unified Diff: lib/dom/templates/html/dart2js/html_dart2js.darttemplate

Issue 10837088: Implement spawnDomFunction (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix return type Created 8 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: lib/dom/templates/html/dart2js/html_dart2js.darttemplate
diff --git a/lib/dom/templates/html/dart2js/html_dart2js.darttemplate b/lib/dom/templates/html/dart2js/html_dart2js.darttemplate
index af2e64594136a09454808d750f7de6e95c628cda..bd67daa9971a4e199358290c0c3b3aaf08a8614a 100644
--- a/lib/dom/templates/html/dart2js/html_dart2js.darttemplate
+++ b/lib/dom/templates/html/dart2js/html_dart2js.darttemplate
@@ -63,3 +63,6 @@ int _getNewIsolateId() native @'''
_callPortSync(int id, message) {
return JS('var', @'ReceivePortSync.dispatchCall(#, #)', id, message);
}
+
+// TODO(vsm): Plumb this properly.
+spawnDomFunction(f) => spawnFunction(f);

Powered by Google App Engine
This is Rietveld 408576698