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

Unified Diff: runtime/vm/json_stream.h

Issue 2278613002: Do not allow a hot reload if the isolate has a sticky error (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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/json_stream.h
diff --git a/runtime/vm/json_stream.h b/runtime/vm/json_stream.h
index f331c912f60fddb962552dbbcf390c1e1a7518c4..2dac1c74ad1aac640c1277073a9f7c95f0732a64 100644
--- a/runtime/vm/json_stream.h
+++ b/runtime/vm/json_stream.h
@@ -60,6 +60,7 @@ enum JSONRpcErrorCode {
kFileSystemDoesNotExist = 1002,
kFileDoesNotExist = 1003,
kIsolateReloadFailed = 1004,
+ kIsolateReloadBarred = 1005,
};
// Expected that user_data is a JSONStream*.

Powered by Google App Engine
This is Rietveld 408576698