Index: src/profile-generator.h |
diff --git a/src/profile-generator.h b/src/profile-generator.h |
index 18265f12af1b3fd789db83bc80ec5424a2b15c7c..d39974ed0ee70b8d8402898800b11cbbb7624bae 100644 |
--- a/src/profile-generator.h |
+++ b/src/profile-generator.h |
@@ -41,6 +41,9 @@ class TokenEnumerator { |
~TokenEnumerator(); |
int GetTokenId(Object* token); |
+ static const int kNoSecurityToken = -1; |
+ static const int kInheritsSecurityToken = -2; |
+ |
private: |
static void TokenRemovedCallback(v8::Persistent<v8::Value> handle, |
void* parameter); |
@@ -78,8 +81,6 @@ class CodeEntry { |
void CopyData(const CodeEntry& source); |
static const char* kEmptyNamePrefix; |
- static const int kNoSecurityToken = -1; |
- static const int kInheritsSecurityToken = -2; |
private: |
unsigned call_uid_; |