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

Unified Diff: runtime/include/dart_api.h

Issue 545483002: Per isolate package root. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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: runtime/include/dart_api.h
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index d56241d32cccf1a1a4c682a05ca4e4a13adcd10d..787932fd0e8b9ea95843d3367ee5c97f45cdbe57 100755
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -730,6 +730,7 @@ DART_EXPORT const char* Dart_VersionString();
*/
typedef Dart_Isolate (*Dart_IsolateCreateCallback)(const char* script_uri,
const char* main,
+ const char* package_root,
void* callback_data,
char** error);

Powered by Google App Engine
This is Rietveld 408576698