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

Unified Diff: runtime/vm/isolate.h

Issue 268853003: Fix library snapshotting breakage with native entry symbol resolver (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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/native_entry.cc » ('j') | no next file with comments »
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 7715885ed71bbd73f490d6d0112c20fad3414ae5..309b3eda48b616b8a9a3c0dc556e4800cf4c7619 100644
--- a/runtime/vm/isolate.h
+++ b/runtime/vm/isolate.h
@@ -40,6 +40,7 @@ class Instance;
class IsolateProfilerData;
class IsolateSpawnState;
class InterruptableThreadState;
+class Library;
class LongJumpScope;
class MessageHandler;
class Mutex;
@@ -88,7 +89,9 @@ class IsolateVisitor {
V(Error) \
V(Field) \
V(Function) \
+ V(GrowableObjectArray) \
V(Instance) \
+ V(Library) \
V(Object) \
V(String) \
V(TypeArguments) \
« no previous file with comments | « no previous file | runtime/vm/native_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698