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

Unified Diff: include/v8-profiler.h

Issue 181453002: Reset trunk to 3.24.35.4 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 6 years, 10 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 | « include/v8.h ('k') | src/a64/OWNERS » ('j') | 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 59c2d5dacdb13eb390cd6e266957398336a5d553..46752e968dcf1ad4c487d4246ebd385f91255539 100644
--- a/include/v8-profiler.h
+++ b/include/v8-profiler.h
@@ -257,11 +257,7 @@ class V8_EXPORT HeapGraphNode {
SnapshotObjectId GetId() const;
/** Returns node's own size, in bytes. */
- V8_DEPRECATED("Use GetShallowSize instead",
- int GetSelfSize() const);
-
- /** Returns node's own size, in bytes. */
- size_t GetShallowSize() const;
+ int GetSelfSize() const;
/** Returns child nodes count of the node. */
int GetChildrenCount() const;
« no previous file with comments | « include/v8.h ('k') | src/a64/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698