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

Unified Diff: bin/process_script.h

Issue 8537023: Implement automatic loading of dart:core_native_fields library (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: '' Created 9 years, 1 month 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: bin/process_script.h
===================================================================
--- bin/process_script.h (revision 1465)
+++ bin/process_script.h (working copy)
@@ -54,7 +54,12 @@
};
+extern Dart_Handle LibraryTagHandlerHelper(Dart_LibraryTag tag,
+ Dart_Handle library,
+ Dart_Handle url,
+ bool import_builtin_lib);
extern Dart_Handle LoadScript(const char* script_name);
-extern Dart_Handle LoadSnapshotCreationScript(const char* script_name);
+extern Dart_Handle LoadSnapshotCreationScript(const char* script_name,
Anton Muhin 2011/11/13 16:19:32 why change to this LoadSnapshotCreationScript? It
siva 2011/11/15 02:16:52 Changed to original version. On 2011/11/13 16:19:
+ Dart_LibraryTagHandler handler);
#endif // BIN_PROCESS_SCRIPT_H_

Powered by Google App Engine
This is Rietveld 408576698