Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index 3b31399a177c46d2541ebe55e0ff31b690c30bb9..8eda3e9e19ddb8624601c9fff07e6f9443062f2f 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -136,10 +136,10 @@ namespace internal { |
class CodeStub BASE_EMBEDDED { |
public: |
enum Major { |
+ NoCache = 0, // marker for stubs that do custom caching |
mvstanton
2014/09/26 12:36:51
Could you add a TODO(mvstanton): eliminate the NoC
Yang
2014/09/26 13:51:01
Done.
|
#define DEF_ENUM(name) name, |
CODE_STUB_LIST(DEF_ENUM) |
#undef DEF_ENUM |
- NoCache, // marker for stubs that do custom caching |
NUMBER_OF_IDS |
}; |