| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index 7d43c5705057f6932c9e6088818bbf3cb6c60705..625be6246d885dd8c627c853da59487fc5084efe 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -262,6 +262,8 @@ class Isolate : public BaseIsolate {
|
| // the caller to delete is separately if it is still needed.
|
| bool ReloadSources(JSONStream* js,
|
| bool force_reload,
|
| + const char* root_script_url = NULL,
|
| + const char* packages_url = NULL,
|
| bool dont_delete_reload_context = false);
|
|
|
| bool MakeRunnable();
|
|
|