| Index: lib/dom/src/native_DOMImplementation.dart
|
| diff --git a/lib/dom/src/native_DOMImplementation.dart b/lib/dom/src/native_DOMImplementation.dart
|
| index 1e1bacb1469cb7a5f11f0dea29a7f25dc2cd0e98..380b36af39237f028fb03f71c0a51d14f3160642 100644
|
| --- a/lib/dom/src/native_DOMImplementation.dart
|
| +++ b/lib/dom/src/native_DOMImplementation.dart
|
| @@ -32,7 +32,7 @@ class _Utils {
|
| }
|
|
|
| static window() native "Utils_window";
|
| - static SendPort spawnDomIsolateImpl(Window window, String entryPoint) native "Utils_spawnDomIsolate";
|
| + static SendPort spawnDomFunctionImpl(Function topLevelFunction) native "Utils_spawnDomFunction";
|
| static int _getNewIsolateId() native "Utils_getNewIsolateId";
|
| }
|
|
|
|
|