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

Unified Diff: runtime/vm/unit_test.cc

Issue 2512483002: Support reloading from source on top of a script snapshot. (Closed)
Patch Set: bug fixes Created 4 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
« no previous file with comments | « runtime/vm/service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/unit_test.cc
diff --git a/runtime/vm/unit_test.cc b/runtime/vm/unit_test.cc
index 1c138e7495ccf10564a107b80959b0d2f927ce9e..272a57fd80c1697cdb42bb132a14b2e9238d78d3 100644
--- a/runtime/vm/unit_test.cc
+++ b/runtime/vm/unit_test.cc
@@ -288,6 +288,7 @@ Dart_Handle TestCase::TriggerReload() {
TransitionNativeToVM transition(Thread::Current());
success = isolate->ReloadSources(&js,
false, // force_reload
+ NULL, NULL,
true); // dont_delete_reload_context
fprintf(stderr, "RELOAD REPORT:\n%s\n", js.ToCString());
rmacnak 2016/11/17 18:35:38 OS::PrintErr
Cutch 2016/11/17 19:28:21 Done.
}
« no previous file with comments | « runtime/vm/service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698