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

Unified Diff: runtime/vm/isolate_reload.h

Issue 2196723002: Refactor how we report reload results (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: wip Created 4 years, 5 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/vm/isolate_reload.h
diff --git a/runtime/vm/isolate_reload.h b/runtime/vm/isolate_reload.h
index a479aae0b1ec7fcf329bb041b10622de67988580..36cfc508b4cd762072baf04968552dcb1938d62e 100644
--- a/runtime/vm/isolate_reload.h
+++ b/runtime/vm/isolate_reload.h
@@ -130,7 +130,7 @@ class ClassReasonForCancelling : public ReasonForCancelling {
class IsolateReloadContext {
public:
- explicit IsolateReloadContext(Isolate* isolate);
+ explicit IsolateReloadContext(Isolate* isolate, JSONStream* js);
~IsolateReloadContext();
void StartReload(bool force_reload);
@@ -252,6 +252,7 @@ class IsolateReloadContext {
int64_t reload_timestamp_;
Isolate* isolate_;
bool reload_skipped_;
+ JSONStream* js_;
intptr_t saved_num_cids_;
RawClass** saved_class_table_;

Powered by Google App Engine
This is Rietveld 408576698