| Index: tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| index eba39e5d21c985d14a995f253d284f2a21b7422e..bf62f8b589e1b471175f08ec9816f1542b9a5295 100644
|
| --- a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| @@ -133,6 +133,3 @@ int _getNewIsolateId() {
|
| _callPortSync(int id, message) {
|
| return JS('var', r'ReceivePortSync.dispatchCall(#, #)', id, message);
|
| }
|
| -
|
| -Future<SendPort> spawnDomFunction(Function f) =>
|
| - new Future.value(IsolateNatives.spawnDomFunction(f));
|
|
|