Chromium Code Reviews| 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_ |