| Index: tools/dom/src/native_DOMImplementation.dart
|
| diff --git a/tools/dom/src/native_DOMImplementation.dart b/tools/dom/src/native_DOMImplementation.dart
|
| index f71ebae4a6ea72efeccf11f750c0824fdca8b340..8387a0f752fc3301a3d183cdc091f1f6f6de1a95 100644
|
| --- a/tools/dom/src/native_DOMImplementation.dart
|
| +++ b/tools/dom/src/native_DOMImplementation.dart
|
| @@ -107,6 +107,9 @@ class _Utils {
|
|
|
| static window() native "Utils_window";
|
| static forwardingPrint(String message) native "Utils_forwardingPrint";
|
| + // TODO(vsm): Make this API compatible with spawnUri. It should also
|
| + // return a Future<Isolate>.
|
| + static spawnDomUri(String uri) native "Utils_spawnDomUri";
|
|
|
| // The following methods were added for debugger integration to make working
|
| // with the Dart C mirrors API simpler.
|
|
|