Skip to content

Commit

Permalink
v8: backport header diff from da5b745dba387
Browse files Browse the repository at this point in the history
Backport deprecation of `Context::EstimatedSize()` from
da5b745dba387 (“[api] deprecate unused context size estimate”).

Ref: v8/v8@da5b745

PR-URL: #12875
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
addaleax authored and jasnell committed May 28, 2017
1 parent 39834bc commit 04e646b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/include/v8.h
Original file line number Diff line number Diff line change
Expand Up @@ -8168,7 +8168,7 @@ class V8_EXPORT Context {
/**
* Estimate the memory in bytes retained by this context.
*/
size_t EstimatedSize();
V8_DEPRECATED("no longer supported", size_t EstimatedSize());

/**
* Stack-allocated class which sets the execution context for all
Expand Down

0 comments on commit 04e646b

Please sign in to comment.