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

Unified Diff: src/vm/program.h

Issue 1209033003: Work in progres, please take a look and give early feedback if this is the way we want to structure… (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: address comments Created 5 years, 6 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 | « src/vm/process.cc ('k') | src/vm/program.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/program.h
diff --git a/src/vm/program.h b/src/vm/program.h
index 0122f259256dbe246715e5eada572b1e6b7534cc..4ea0857173a4b1e7f4772423ed28c038941ebbfd 100644
--- a/src/vm/program.h
+++ b/src/vm/program.h
@@ -45,7 +45,8 @@ class Session;
V(Class, stack_class) \
V(Class, coroutine_class) \
V(Class, port_class) \
- V(Class, foreign_class) \
+ V(Class, foreign_function_class) \
+ V(Class, foreign_memory_class) \
V(Class, initializer_class) \
V(Class, constant_list_class) \
V(Class, constant_map_class) \
« no previous file with comments | « src/vm/process.cc ('k') | src/vm/program.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698