Index: include/v8-profiler.h |
diff --git a/include/v8-profiler.h b/include/v8-profiler.h |
index d0215205f5fa97d8eadc1f2547df734f53c11a24..368c89cf8f1aab17f8b93e8a78f27cacc8c7c119 100644 |
--- a/include/v8-profiler.h |
+++ b/include/v8-profiler.h |
@@ -448,7 +448,7 @@ class V8_EXPORT HeapProfiler { |
* it in case heap profiler cannot find id for the object passed as |
* parameter. HeapSnapshot::GetNodeById will always return NULL for such id. |
*/ |
- static const SnapshotObjectId kUnknownObjectId = 0; |
+ enum { kUnknownObjectId }; |
/** |
* Callback interface for retrieving user friendly names of global objects. |