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

Unified Diff: runtime/include/dart_api.h

Issue 10867032: Beginning support for library prefixes in the dart API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comment. Created 8 years, 4 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 0b3f0e30c2c0e820c5d8e3c116f21c0ecce0bb87..fbad527f6fe64ef104c396d5ccf24fcadeb6ca76 100755
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -2580,7 +2580,8 @@ DART_EXPORT Dart_Handle Dart_LoadLibrary(Dart_Handle url,
DART_EXPORT Dart_Handle Dart_LibraryImportLibrary(Dart_Handle library,
- Dart_Handle import);
+ Dart_Handle import,
+ Dart_Handle prefix);
/**
* Loads a source string into a library.

Powered by Google App Engine
This is Rietveld 408576698