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

Unified Diff: runtime/vm/debugger.h

Issue 802543002: Move notification of isolate creation until after the ObjectStore is initialized. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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/debugger.h
diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h
index fd83e06e6e199d9909e5e42c85ea41904e9d9a4b..6e6840ac4f2b7ef473d209178e2e650b1ab7f20f 100644
--- a/runtime/vm/debugger.h
+++ b/runtime/vm/debugger.h
@@ -334,6 +334,7 @@ class Debugger {
~Debugger();
void Initialize(Isolate* isolate);
+ void NotifyIsolateCreated();
void Shutdown();
void NotifyCompilation(const Function& func);
« no previous file with comments | « runtime/vm/dart.cc ('k') | runtime/vm/debugger.cc » ('j') | runtime/vm/object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698