| 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);
|
|
|