Index: include/v8-profiler.h |
diff --git a/include/v8-profiler.h b/include/v8-profiler.h |
index 29d3c84a740b03a87a72de28b38f93be3a044779..88a5fe027d7ab0ea49a28ce935fc87827067bdc4 100644 |
--- a/include/v8-profiler.h |
+++ b/include/v8-profiler.h |
@@ -137,7 +137,9 @@ class V8_EXPORT CpuProfileNode { |
unsigned GetHitCount() const; |
/** Returns function entry UID. */ |
- unsigned GetCallUid() const; |
+ V8_DEPRECATE_SOON( |
+ "Use GetScriptId, GetLineNumber, and GetColumnNumber instead.", |
+ unsigned GetCallUid() const); |
/** Returns id of the node. The id is unique within the tree */ |
unsigned GetNodeId() const; |