| Index: client/dom/src/native_DOMImplementation.dart
|
| diff --git a/client/dom/src/native_DOMImplementation.dart b/client/dom/src/native_DOMImplementation.dart
|
| index 1ef359ffe6b2f4a63127047fdef88a158a4f9394..4dd9eb6a146fbc8f143b75685736eb1c9b500c34 100644
|
| --- a/client/dom/src/native_DOMImplementation.dart
|
| +++ b/client/dom/src/native_DOMImplementation.dart
|
| @@ -15,8 +15,8 @@ class Utils {
|
| return const NotImplementedException();
|
| }
|
|
|
| - static window() native "TopLevel_Window";
|
| -
|
| + static window() native "Utils_window";
|
| + static print(String message) native "Utils_print";
|
| static SendPort spawnDomIsolate(Window window, String entryPoint) native "Utils_spawnDomIsolate";
|
| }
|
|
|
|
|