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

Unified Diff: src/serialize.h

Issue 6756029: Clean up runtime functions. (Closed)
Patch Set: Created 9 years, 9 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/runtime.cc ('k') | src/serialize.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/serialize.h
diff --git a/src/serialize.h b/src/serialize.h
index 07c0a255f75de2f53ff4478d337672ba75533298..5eb0b45ce92145158dd5f377233b2417b887f85c 100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -38,7 +38,7 @@ namespace internal {
enum TypeCode {
UNCLASSIFIED, // One-of-a-kind references.
BUILTIN,
- RUNTIME_FUNCTION,
+ RUNTIME_FUNCTION_,
Mads Ager (chromium) 2011/03/30 13:41:43 Argh. Can we avoid this? RUNTIME_SIGNATURE(...) o
IC_UTILITY,
DEBUG_ADDRESS,
STATS_COUNTER,
« no previous file with comments | « src/runtime.cc ('k') | src/serialize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698