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

Unified Diff: runtime/vm/isolate.h

Issue 2208553002: Simplify reload error reporting (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
« no previous file with comments | « no previous file | runtime/vm/isolate.cc » ('j') | runtime/vm/unit_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate.h
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
index ed0c5b9f562d77618ebb567f3e5f41e20205b079..2e603f1c54951cd43fdc223ce0527031a666dd5f 100644
--- a/runtime/vm/isolate.h
+++ b/runtime/vm/isolate.h
@@ -483,8 +483,6 @@ class Isolate : public BaseIsolate {
bool CanReload() const;
- void ReportReloadError(const Error& error);
-
void set_last_reload_timestamp(int64_t value) {
last_reload_timestamp_ = value;
}
« no previous file with comments | « no previous file | runtime/vm/isolate.cc » ('j') | runtime/vm/unit_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698