| 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 28e1d551ba37b971847be11d547b5d4cece0c741..2a20d312a57e2bc3b381f02296fa231f0bcd9cbe 100644
|
| --- a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| @@ -94,4 +94,4 @@ _callPortSync(int id, message) {
|
| return JS('var', r'ReceivePortSync.dispatchCall(#, #)', id, message);
|
| }
|
|
|
| -spawnDomFunction(f) => IsolateNatives.spawnDomFunction(f);
|
| +spawnDomFunction(Function f) => IsolateNatives.spawnDomFunction(f);
|
|
|