Index: src/profile-generator.h |
diff --git a/src/profile-generator.h b/src/profile-generator.h |
index 0eb73bef97251fad36ddbb368ec0d952e7d31bd9..5747dbd5e9906e1dcb15ec278c20105ad5345bcb 100644 |
--- a/src/profile-generator.h |
+++ b/src/profile-generator.h |
@@ -74,6 +74,8 @@ class StringsStorage { |
inline const char* GetFunctionName(const char* name); |
private: |
+ static const int kMaxNameSize = 1024; |
+ |
INLINE(static bool StringsMatch(void* key1, void* key2)) { |
return strcmp(reinterpret_cast<char*>(key1), |
reinterpret_cast<char*>(key2)) == 0; |