Index: sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate |
=================================================================== |
--- sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate (revision 16156) |
+++ sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate (working copy) |
@@ -70,5 +70,4 @@ |
return JS('var', r'ReceivePortSync.dispatchCall(#, #)', id, message); |
} |
-// TODO(vsm): Plumb this properly. |
-spawnDomFunction(f) => spawnFunction(f); |
+spawnDomFunction(f) => IsolateNatives.spawnDomFunction(f); |