Deprecate CpuProfileNode::GetCallUid

The client can use scriptId + lineNumber + columnNumber
to uniquelly identify the call site.

Review-Url: https://codereview.chromium.org/2199003003
Cr-Commit-Position: refs/heads/master@{#38236}
This commit is contained in:
alph 2016-08-02 02:41:31 -07:00 committed by Commit bot
parent 66f2d3bd66
commit d25e45df73

View File

@ -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;