Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(790)

Unified Diff: include/v8-profiler.h

Issue 2199003003: Deprecate CpuProfileNode::GetCallUid (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698