Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: tools/dom/src/native_DOMImplementation.dart

Issue 207653002: Native entry point for spawnDomUri (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update comment Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698