Index: include/v8-profiler.h |
=================================================================== |
--- include/v8-profiler.h (revision 4556) |
+++ include/v8-profiler.h (working copy) |
@@ -109,7 +109,7 @@ |
/** Retrieves a child node by index. */ |
const CpuProfileNode* GetChild(int index) const; |
- static const int kNoLineNumberInfo = 0; |
+ static const int kNoLineNumberInfo = Message::kNoLineNumberInfo; |
}; |