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

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: indentation 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
Index: src/vm/program.h
diff --git a/src/vm/program.h b/src/vm/program.h
index 0122f259256dbe246715e5eada572b1e6b7534cc..7f71c64add079eb027a6fca11b10ff61f255d893 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, foreignfunction_class) \
kasperl 2015/07/03 07:49:54 foreign_function_class foreign_memory_class
ricow1 2015/07/03 08:57:25 Done.
+ V(Class, foreignmemory_class) \
V(Class, initializer_class) \
V(Class, constant_list_class) \
V(Class, constant_map_class) \

Powered by Google App Engine
This is Rietveld 408576698