| Index: lib/dom/src/native_DOMImplementation.dart
|
| diff --git a/lib/dom/src/native_DOMImplementation.dart b/lib/dom/src/native_DOMImplementation.dart
|
| index 257fd2f88cbbb6426239c385752cbf5e03f623cf..1e1bacb1469cb7a5f11f0dea29a7f25dc2cd0e98 100644
|
| --- a/lib/dom/src/native_DOMImplementation.dart
|
| +++ b/lib/dom/src/native_DOMImplementation.dart
|
| @@ -33,6 +33,7 @@ class _Utils {
|
|
|
| static window() native "Utils_window";
|
| static SendPort spawnDomIsolateImpl(Window window, String entryPoint) native "Utils_spawnDomIsolate";
|
| + static int _getNewIsolateId() native "Utils_getNewIsolateId";
|
| }
|
|
|
| Utils_print(String message) native "Utils_print";
|
|
|