Chromium Code Reviews| 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>. |
|
siva
2014/03/24 16:43:32
Could we open a bug and list the issue number here
vsm
2014/03/24 21:52:57
Done.
|
| + 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. |